diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 12:42:29 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 12:42:29 -0500 |
commit | 195325a4c10cc4b9d678e76b99b4f74b7223adf2 (patch) | |
tree | b9883a4fb6bcb496823aaa45e1dd2a2823b8512b /vl.c | |
parent | 94ca5a985919cca312c505bbb0c824d175cc6bb8 (diff) |
Revert "Fall back to network boot as the last possible boot option"
This reverts commit 94ca5a985919cca312c505bbb0c824d175cc6bb8.
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] = "cadn"; /* default to HD->floppy->CD-ROM->Network */ + char boot_devices[33] = "cad"; /* default to HD->floppy->CD-ROM */ DisplayState *ds; DisplayChangeListener *dcl; int cyls, heads, secs, translation; |