commit: 36f3367425ac807ddb9ddcd3970fb11a8e986e40 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Feb 24 20:18:22 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Feb 24 20:18:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/kvm-tools.git/commit/?id=36f33674
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" + +
