From 36f3367425ac807ddb9ddcd3970fb11a8e986e40 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 24 Feb 2016 12:18:22 -0800 Subject: Add live-usb image example --- app-emulation/qemu-init-scripts/files/qemu-conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app-emulation/qemu-init-scripts/files/qemu-conf.example b/app-emulation/qemu-init-scripts/files/qemu-conf.example index d6c00b8..d3f2c77 100644 --- a/app-emulation/qemu-init-scripts/files/qemu-conf.example +++ b/app-emulation/qemu-init-scripts/files/qemu-conf.example @@ -105,4 +105,13 @@ FOREGROUND="vnc=:24" #TIMEOUT=60 # Any other qemu options you may want to use +# live cd example OTHER_ARGS="-boot order=cd -cdrom /mnt/archive/gentoo.iso" + +# live-usb image install example, with optional boot menu, adjust the format type as needed +# Note, initial run with an empty primary drive, initial boot fails, +# reboot it (send Cntl-Alt-delete), use the F12 option and select the second drive, after installation +# the primary drive should boot automatically +#OTHER_ARGS="-drive if=virtio,file=/path/to/usb.img,format=raw,cache=writeback,media=disk -boot menu=on" + + -- cgit v1.2.3-65-gdbad