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

Continue to remove floppy support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.