aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorChristian Limpach <Christian.Limpach@xensource.com>2006-08-20 23:33:28 +0100
committerChristian Limpach <Christian.Limpach@xensource.com>2006-08-20 23:33:28 +0100
commit03a84fa9bd772af3ee6dd134a79093ea6752182e (patch)
tree365e53ce2840fef612010c8b70345867bbb11009 /tools/examples/xmexample.hvm
parent3b1ac249b0e08218029eb98bb05667af549d3d29 (diff)
downloadxen-03a84fa9bd772af3ee6dd134a79093ea6752182e.tar.gz
xen-03a84fa9bd772af3ee6dd134a79093ea6752182e.tar.bz2
xen-03a84fa9bd772af3ee6dd134a79093ea6752182e.zip
[qemu] Allow booting from more than one device.
The rombios supports trying to boot from more than one device and then falling back. Set 'boot=dc' in your config file to try booting first from the CD and then the hard drive. Based on a patch from: Jeremy Katz <katzj@redhat.com> Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index dd07a3b90e..731500225f 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -116,7 +116,9 @@ device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
#-----------------------------------------------------------------------------
# boot on floppy (a), hard disk (c) or CD-ROM (d)
-#boot=[a|c|d]
+# default: hard disk, cd-rom, floppy
+#boot="cda"
+
#-----------------------------------------------------------------------------
# write to temporary files instead of disk image files
#snapshot=1