Changeset 3430 in MondoRescue for branches/3.2/mondo/src/mondorestore
- Timestamp:
- Aug 27, 2015, 10:57:37 AM (10 years ago)
- Location:
- branches/3.2/mondo/src/mondorestore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-prep.c
r3398 r3430 1589 1589 mr_asprintf(program, "mr-parted2fdisk %s >> %s 2>> %s", drive, MONDO_LOGFILE, MONDO_LOGFILE); 1590 1590 1591 /* BERLIOS: should not be called each time */1591 /* TODO: should not be called each time */ 1592 1592 part_table_fmt = which_partition_format(drive); 1593 1593 mr_asprintf(output, ""); -
branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c
r3397 r3430 834 834 } 835 835 836 /* BCO: Read here the boot_* variables */836 /* TODO: Read here the boot_* variables */ 837 837 read_cfg_var(cfg_file, "boot-type", value); 838 838 if (!strcmp(value, "BIOS")) { … … 2010 2010 skip_obdr(); 2011 2011 } else { 2012 // BCO: below 32KB seems to block at least on RHAS 2.1 and MDK 10.02012 // TODO: below 32KB seems to block at least on RHAS 2.1 and MDK 10.0 2013 2013 set_tape_block_size_with_mt(bkpinfo->internal_tape_block_size); 2014 2014 } -
branches/3.2/mondo/src/mondorestore/mondorestore.c
r3380 r3430 2704 2704 toggle_node_selection(filelist, FALSE); 2705 2705 toggle_all_root_dirs_on(filelist); 2706 // BERLIOS: /usr/lib ???2706 // TODO: /usr/lib ??? 2707 2707 toggle_path_selection(filelist, "/usr/share", TRUE); 2708 2708 save_filelist(filelist, "/tmp/out.txt"); … … 2839 2839 log_it("Returned from calling load_mountlist and load_raidtab successfully"); 2840 2840 2841 // BCO:To be reviewed2841 // TODO:To be reviewed 2842 2842 if ((bkpinfo->restore_mode == compare) || (bkpinfo->restore_mode == nuke)) { 2843 2843 if ((bkpinfo->backup_media_type == netfs) && bkpinfo->netfs_mount && !is_this_device_mounted(bkpinfo->netfs_mount)) {
Note:
See TracChangeset
for help on using the changeset viewer.