Changeset 1885 in MondoRescue for branches/2.2.5/mondo/src/mondoarchive
- Timestamp:
- Mar 2, 2008, 12:38:35 AM (17 years ago)
- Location:
- branches/2.2.5/mondo/src/mondoarchive
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/mondoarchive/main.c
r1784 r1885 484 484 } 485 485 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 494 486 /* Report result of entire operation (success? errors?) */ 495 487 if (!retval) { -
branches/2.2.5/mondo/src/mondoarchive/mondo-cli.c
r1848 r1885 969 969 ("Your kernel appears not to support vfat filesystems. I am therefore"); 970 970 log_to_screen 971 ("using LILO instead of SYSLINUX as the CD/floppy'sboot loader.");971 ("using LILO instead of SYSLINUX as the media boot loader."); 972 972 } 973 973 if (run_program_and_log_output("which mkfs.vfat", 2)) {
Note:
See TracChangeset
for help on using the changeset viewer.