From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A530859CA5 for ; Tue, 22 Mar 2016 23:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF9C521C037; Tue, 22 Mar 2016 23:38:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AFE921C011 for ; Tue, 22 Mar 2016 23:38:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73BC3340C58 for ; Tue, 22 Mar 2016 23:38:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAEFC864 for ; Tue, 22 Mar 2016 23:38:27 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1456345102.36f3367425ac807ddb9ddcd3970fb11a8e986e40.dolsen@gentoo> Subject: [gentoo-commits] proj/kvm-tools:master commit in: app-emulation/qemu-init-scripts/files/ X-VCS-Repository: proj/kvm-tools X-VCS-Files: app-emulation/qemu-init-scripts/files/qemu-conf.example X-VCS-Directories: app-emulation/qemu-init-scripts/files/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 36f3367425ac807ddb9ddcd3970fb11a8e986e40 X-VCS-Branch: master Date: Tue, 22 Mar 2016 23:38:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2eac9a4-ae3a-4a80-85c1-54933736d165 X-Archives-Hash: 72948ce2a002003b07c34f0b2dc3d0fa commit: 36f3367425ac807ddb9ddcd3970fb11a8e986e40 Author: Brian Dolbec gentoo org> AuthorDate: Wed Feb 24 20:18:22 2016 +0000 Commit: Brian Dolbec gentoo 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" + +