Revision 6295e564 vl.c

b/vl.c
5033 5033
    linux_boot = (kernel_filename != NULL);
5034 5034
    net_boot = (boot_devices_bitmap >> ('n' - 'a')) & 0xF;
5035 5035

  
5036
    if (!linux_boot && net_boot == 0 &&
5037
        !machine->nodisk_ok && nb_drives_opt == 0)
5038
        help(1);
5039

  
5040 5036
    if (!linux_boot && *kernel_cmdline != '\0') {
5041 5037
        fprintf(stderr, "-append only allowed with -kernel option\n");
5042 5038
        exit(1);

Also available in: Unified diff