Changeset 1885 in MondoRescue for branches/2.2.5/mondo/src/mondoarchive/main.c


Ignore:
Timestamp:
Mar 2, 2008, 12:38:35 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove floppy support from mindi and mondo and adapt docs
  • Align more mindi with the version from stable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondoarchive/main.c

    r1784 r1885  
    484484    }
    485485
    486 /* Offer to write floppy disk images to physical disks */
    487     if (bkpinfo->backup_data && !g_skip_floppies) {
    488         res = offer_to_write_boot_floppies_to_physical_disks();
    489         retval += res;
    490 //      res = offer_to_write_boot_ISO_to_physical_CD();
    491 //      retval += res;
    492     }
    493 
    494486/* Report result of entire operation (success? errors?) */
    495487    if (!retval) {
Note: See TracChangeset for help on using the changeset viewer.