From: Anthony Liguori Date: Fri, 30 Oct 2009 17:42:29 +0000 (-0500) Subject: Revert "Fall back to network boot as the last possible boot option" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=195325a4c10cc4b9d678e76b99b4f74b7223adf2;p=qemu.git Revert "Fall back to network boot as the last possible boot option" This reverts commit 94ca5a985919cca312c505bbb0c824d175cc6bb8. --- diff --git a/vl.c b/vl.c index 3057f9d2f4..e57f58fea0 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] = "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;