summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-10-30 09:35:38 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 09:42:36 -0500
commit94ca5a985919cca312c505bbb0c824d175cc6bb8 (patch)
tree4da36bc437fda98dd437556be629bb879ec0c2c8 /vl.c
parent04095e5ff305fc25a214b52e005153af9d009d66 (diff)
downloadqemu-94ca5a985919cca312c505bbb0c824d175cc6bb8.tar.gz
Fall back to network boot as the last possible boot option
This is similiar to the default with most bare metal systems. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index e57f58fea0..3057f9d2f4 100644
--- a/vl.c
+++ b/vl.c
@@ -4572,7 +4572,7 @@ int main(int argc, char **argv, char **envp)
int snapshot, linux_boot, net_boot;
const char *initrd_filename;
const char *kernel_filename, *kernel_cmdline;
- char boot_devices[33] = "cad"; /* default to HD->floppy->CD-ROM */
+ char boot_devices[33] = "cadn"; /* default to HD->floppy->CD-ROM->Network */
DisplayState *ds;
DisplayChangeListener *dcl;
int cyls, heads, secs, translation;