Changeset 1408 in MondoRescue for branches/stable/mondo/src
- Timestamp:
- May 7, 2007, 2:07:32 PM (18 years ago)
- Location:
- branches/stable/mondo/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-archive.c
r1365 r1408 2763 2763 if (!does_file_exist("/var/cache/mindi/mindi-kern.1722.img")) 2764 2764 #else 2765 /* BERLIOS: To be improved */ 2765 2766 if (!does_file_exist("/var/cache/mindi/mindi-bootroot.1722.img") 2766 2767 && !does_file_exist("/var/cache/mindi/mindi-boot.1440.img") 2767 2768 && !does_file_exist("/var/cache/mindi/mindi-boot.2880.img") 2768 && !does_file_exist("/var/cache/mindi/mindi-boot.5760.img")) 2769 && !does_file_exist("/var/cache/mindi/mindi-boot.5760.img") 2770 && !does_file_exist("/var/cache/mindi/mindi-boot.8192.img")) 2769 2771 #endif 2770 2772 { -
branches/stable/mondo/src/common/libmondo-devices.c
r1365 r1408 1979 1979 log_it("scratchdir = '%s'", bkpinfo->scratchdir); 1980 1980 log_it("tmpdir = '%s'", bkpinfo->tmpdir); 1981 log_it("image_devs = '%s'", bkpinfo->image_devs); 1981 1982 log_it("boot_device = '%s' (loader=%c)", bkpinfo->boot_device, 1982 1983 bkpinfo->boot_loader); -
branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c
r1384 r1408 2223 2223 } 2224 2224 } else { 2225 mr_msg(2, 2225 /* BERLIOS : Useless ? */ 2226 /* That boot image doesn't always exist where the following method always works 2227 log_msg(2, 2226 2228 "gcffa --- looking at mounted CD for mindi-boot.2880.img"); 2227 /* BERLIOS : Useless ?2228 2229 mr_asprintf(&command, 2229 2230 "mount " MNT_CDROM … … 2232 2233 mr_asprintf(&mounted_cfgf_path, "%s/%s", mountpt, cfg_file); 2233 2234 if (!does_file_exist(mounted_cfgf_path)) { 2234 mr_msg(2,2235 "gcffa --- Plan C, a.k.a. untarring some file from all.tar.gz");2235 log_msg(2, 2236 "gcffa --- Plan B, a.k.a. untarring some file from all.tar.gz"); 2236 2237 mr_asprintf(&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 2237 2238 run_program_and_log_output(command, TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.