Changeset 2921 in MondoRescue
- Timestamp:
- Dec 22, 2011, 4:59:33 PM (13 years ago)
- Location:
- branches/3.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/mindi
r2919 r2921 485 485 [ ! -e "$MBOOTC32" ] && MBOOTC32=/usr/share/lib64/syslinux/mboot.c32 486 486 [ ! -e "$MBOOTC32" ] && MBOOTC32=`find / -name mboot.c32 | grep -x "/.*/mboot.c32"` 487 [ ! -e "$MBOOTC32" ] && Die "Please install mboot.c32 first. If your syslinux RPM doesn't include mboot.c32, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue. com and click on 'Download'"487 [ ! -e "$MBOOTC32" ] && Die "Please install mboot.c32 first. If your syslinux RPM doesn't include mboot.c32, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue.org/downloads.shtml" 488 488 LogFile "Found mboot.c32 at $MBOOTC32" 489 489 } … … 497 497 [ ! -e "$ISOLINUX" ] && ISOLINUX=/usr/share/lib64/syslinux/isolinux.bin 498 498 [ ! -e "$ISOLINUX" ] && ISOLINUX=`find / -name isolinux.bin | grep -x "/.*/isolinux.bin"` 499 [ ! -e "$ISOLINUX" ] && Die "Please install isolinux first. If your syslinux RPM doesn't include isolinux, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue. com and click on 'Download'"499 [ ! -e "$ISOLINUX" ] && Die "Please install isolinux first. If your syslinux RPM doesn't include isolinux, you may download an isolinux RPM from Mondo's website - go to http://www.mondorescue.org/downloads.shtml" 500 500 echo "Found isolinux.bin at $ISOLINUX" >> $LOGFILE 501 501 } -
branches/3.0/mondo/src/common/libmondo-files.c
r2903 r2921 923 923 log_to_screen(errorstr); 924 924 log_to_screen 925 ("There may be hyperlink at http://www.mondorescue. comwhich");925 ("There may be hyperlink at http://www.mondorescue.org/downloads.shtml which"); 926 926 log_to_screen("will take you to the relevant (missing) package."); 927 927 return (1);
Note:
See TracChangeset
for help on using the changeset viewer.