Changeset 3425 in MondoRescue
- Timestamp:
- Aug 27, 2015, 12:56:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3424 r3425 118 118 if [ -d "/sys/firmware/efi" ]; then 119 119 BOOT_TYPE="UEFI" 120 ISO_OPT="$ISO_OPT -eltorito-alt-boot -e images/mindi-bootroot.img -no-emul-boot" 120 121 fi 121 122 … … 655 656 LogIt "ERROR: Cannot find mondo*restore in mondo's tempdir, $MINDI_TMP" 656 657 LogIt " I bet you've got a spare copy of Mondo or Mindi floating around on your system." 657 LogIt " If Mindi was called by Mondo then send mea bug report."658 LogIt " If Mindi was called by Mondo then send a bug report." 658 659 LogIt " It not, type 'ps ax' to see which Mondo-related process is still running then kill it. :-)" 659 660 LogIt " Finally, run Mindi again." … … 1494 1495 1495 1496 # copy boot stuff now generated in PrepareDataDiskImage 1496 if [ $BIOS_TYPE= "UEFI" ]; then1497 if [ "$BOOT_TYPE" = "UEFI" ]; then 1497 1498 (cd $MINDI_TMP/iso ; tar xfz $MINDI_CACHE/all.tar.gz ./EFI) 1498 1499 tbc="EFI" … … 1655 1656 k=$MINDI_TMP/usb 1656 1657 if [ -e "$j" ] ; then 1657 Log It"INFO: Copying $j to $k"1658 LogFile "INFO: Copying $j to $k" 1658 1659 cp -f $j $k 2>> $LOGFILE || Die "Failed to copy $j to $k" 1659 1660 cp -f $j $MINDI_TMP 2>> $LOGFILE || Die "Failed to copy $j to $MINDI_TMP" … … 3052 3053 fi 3053 3054 if [ -d /boot/efi ]; then 3054 gcf=`find /boot/efi -name grub.conf`3055 gcf=`find /boot/efi -name 'grub.c*'` 3055 3056 if [ _"$gcf" = _"" ]; then 3056 LogFile "Found a /boot/efi directory without a grub .conffile in it"3057 LogFile "Found a /boot/efi directory without a grub config file in it" 3057 3058 else 3058 3059 LogFile "-------------" … … 3361 3362 3362 3363 if [ -f $MINDI_TMP/$MRCFG ]; then 3363 Log It"INFO: Your $MRCFG file is:"3364 Log It"--------------------------"3365 cat $MINDI_TMP/$MRCFG | tee -a$LOGFILE3366 Log It"--------------------------"3364 LogFile "INFO: Your $MRCFG file is:" 3365 LogFile "--------------------------" 3366 cat $MINDI_TMP/$MRCFG >> $LOGFILE 3367 LogFile "--------------------------" 3367 3368 else 3368 3369 if [ _"$MONDO_SHARE" != _"" ] ; then
Note:
See TracChangeset
for help on using the changeset viewer.