Changeset 1406 in MondoRescue
- Timestamp:
- May 7, 2007, 12:49:50 PM (18 years ago)
- Location:
- branches/2.2.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.4/mindi/distributions/debian/rules
r996 r1406 26 26 dh_installdirs 27 27 # Build the installation tree: 28 ( export RPMBUILDMINDI=true && export HEAD=$(CURDIR)/debian/$(PACKAGE_NAME) && export PREFIX=/usr && export CONFDIR=/etc && export MANDIR=$(PREFIX)/share/man && export LIBDIR=$(PREFIX)/lib && export DOCDIR=$(PREFIX)/share/doc && ./install.sh ) 28 export PREFIX=/usr 29 ( export RPMBUILDMINDI=true && export HEAD=$(CURDIR)/debian/$(PACKAGE_NAME) && export CONFDIR=/etc && export MANDIR=$(PREFIX)/share/man && export LIBDIR=$(PREFIX)/lib && export DOCDIR=$(PREFIX)/share/doc && ./install.sh ) 29 30 30 31 # Build architecture-independent files here. -
branches/2.2.4/mondo/src/mondorestore/mondo-rstr-tools.c
r1322 r1406 2499 2499 } 2500 2500 } else { 2501 /* That boot imae doesn't always exist where the following method always works 2501 2502 log_msg(2, 2502 2503 "gcffa --- looking at mounted CD for mindi-boot.2880.img"); … … 2506 2507 sprintf(mounted_cfgf_path, "%s/%s", mountpt, cfg_file); 2507 2508 if (!does_file_exist(mounted_cfgf_path)) { 2509 */ 2508 2510 log_msg(2, 2509 "gcffa --- Plan C, a.k.a. untarring some file from all.tar.gz");2511 "gcffa --- Plan B, a.k.a. untarring some file from all.tar.gz"); 2510 2512 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 2511 2513 run_program_and_log_output(command, TRUE); … … 2514 2516 ("Please reinsert the disk/CD and try again."); 2515 2517 } 2518 /* 2516 2519 } 2520 */ 2517 2521 } 2518 2522 }
Note:
See TracChangeset
for help on using the changeset viewer.