Changeset 1581 in MondoRescue for branches/stable/mondo/src/mondoarchive


Ignore:
Timestamp:
Jul 27, 2007, 2:11:55 AM (17 years ago)
Author:
Bruno Cornec
Message:

Continue to remove floppy support

Location:
branches/stable/mondo/src/mondoarchive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondo-cli.c

    r1569 r1581  
    827827                (_("Your kernel appears not to support vfat filesystems. I am therefore"));
    828828            log_to_screen
    829                 (_("using LILO instead of SYSLINUX as the CD/floppy's boot loader."));
     829                (_("using LILO instead of SYSLINUX as the CD's boot loader."));
    830830        }
    831831        if (run_program_and_log_output("which mkfs.vfat", FALSE)) {
  • branches/stable/mondo/src/mondoarchive/mondoarchive.c

    r1571 r1581  
    184184    p = NULL;
    185185
    186     mr_cnf->write_boot_floppy = mr_conf_bread("mondo_write_boot_floppy");
    187186    mr_cnf->create_mindi_cd = mr_conf_bread("mondo_create_mindi_cd");
    188187
     
    543542    }
    544543
    545     /* Offer to write floppy disk images to physical disks */
    546     if (bkpinfo->backup_data && !g_skip_floppies) {
    547         res = offer_to_write_boot_floppies_to_physical_disks(bkpinfo);
    548         retval += res;
    549     }
    550 
    551544    /* Report result of entire operation (success? errors?) */
    552545    if (!retval) {
Note: See TracChangeset for help on using the changeset viewer.