Revision f8d39c01

b/vl.c
8580 8580
        nb_drives_opt == 0)
8581 8581
        help(1);
8582 8582

  
8583
    if (!linux_boot && *kernel_cmdline != '\0') {
8584
        fprintf(stderr, "-append only allowed with -kernel option\n");
8585
        exit(1);
8586
    }
8587

  
8588
    if (!linux_boot && initrd_filename != NULL) {
8589
        fprintf(stderr, "-initrd only allowed with -kernel option\n");
8590
        exit(1);
8591
    }
8592

  
8583 8593
    /* boot to floppy or the default cd if no hard disk defined yet */
8584 8594
    if (!boot_devices[0]) {
8585 8595
        boot_devices = "cad";

Also available in: Unified diff