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

Add console setup instructions for DragonflyBSD boot process

+14
+14
README.md
··· 93 93 - `6.2` → downloads `dfly-x86_64-6.2_REL.iso` 94 94 - `7.0` → downloads `dfly-x86_64-7.0_REL.iso` 95 95 96 + ## 🖥️ Console Setup 97 + 98 + When DragonflyBSD boots, you'll see the boot menu. For the best experience with 99 + the serial console: 100 + 101 + 1. **Select option `9. Escape to loader prompt (also ESC)`** 102 + 2. **Configure console output:** 103 + ``` 104 + set console=comconsole 105 + boot 106 + ``` 107 + 108 + This enables proper console redirection to your terminal. 109 + 96 110 ## 💿 Creating a Persistent Disk 97 111 98 112 To install DragonflyBSD persistently: