Changeset 1419 in MondoRescue
- Timestamp:
- May 7, 2007, 10:50:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c
r1408 r1419 2233 2233 mr_asprintf(&mounted_cfgf_path, "%s/%s", mountpt, cfg_file); 2234 2234 if (!does_file_exist(mounted_cfgf_path)) { 2235 log_msg(2,2235 mr_msg(2, 2236 2236 "gcffa --- Plan B, a.k.a. untarring some file from all.tar.gz"); 2237 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
Note:
See TracChangeset
for help on using the changeset viewer.