A convenient CLI tool to quickly spin up DragonflyBSD virtual machines using QEMU with sensible defaults.
1
fork

Configure Feed

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

add default size option in mergeFlags function

+1
+1
src/subcommands/run.ts
··· 69 69 detach: flags.detach, 70 70 install: false, 71 71 diskFormat: image.format, 72 + size: flags.size ? flags.size : "20G", 72 73 }; 73 74 }