A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update size option description to include example format

+1 -1
+1 -1
main.ts
··· 179 179 ) 180 180 .option( 181 181 "-s, --size <size:string>", 182 - "Size of the disk image to create if it doesn't exist", 182 + "Size of the disk image to create if it doesn't exist (e.g., 20G)", 183 183 { 184 184 default: "20G", 185 185 },