Changeset 1407 in MondoRescue
- Timestamp:
- May 7, 2007, 12:51:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.3/mondo/src/mondorestore/mondo-rstr-tools.c
r1405 r1407 2499 2499 } 2500 2500 } else { 2501 /* That boot imae doesn't always exist where the following method always works2502 2501 log_msg(2, 2503 2502 "gcffa --- looking at mounted CD for mindi-boot.2880.img"); … … 2507 2506 sprintf(mounted_cfgf_path, "%s/%s", mountpt, cfg_file); 2508 2507 if (!does_file_exist(mounted_cfgf_path)) { 2509 */2510 2508 log_msg(2, 2511 "gcffa --- Plan B, a.k.a. untarring some file from all.tar.gz");2509 "gcffa --- Plan C, a.k.a. untarring some file from all.tar.gz"); 2512 2510 sprintf(command, "tar -zxvf " MNT_CDROM "/images/all.tar.gz %s %s %s %s %s", MOUNTLIST_FNAME_STUB, MONDO_CFG_FILE_STUB, BIGGIELIST_TXT_STUB, FILELIST_FULL_STUB, "tmp/i-want-my-lvm"); // add -b TAPE_BLOCK_SIZE if you _really_ think it's necessary 2513 2511 run_program_and_log_output(command, TRUE); … … 2516 2514 ("Please reinsert the disk/CD and try again."); 2517 2515 } 2518 /*2519 2516 } 2520 */2521 2517 } 2522 2518 }
Note:
See TracChangeset
for help on using the changeset viewer.