- Timestamp:
- Oct 20, 2007, 10:35:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r1671 r1685 2411 2411 root="/" 2412 2412 fi 2413 for fname in `find $root -maxdepth 2 -type f | grep - F lin| grep -Ev '^/proc/|^/net/'` ; do2413 for fname in `find $root -maxdepth 2 -type f | grep -E 'lin|kern' | grep -Ev '^/proc/|^/net/'` ; do 2414 2414 [ ! -e "$fname" ] && continue 2415 2415 [ "$fname" = "/boot/vmlinuz.shipped" ] && [ -f "/boot/vmlinuz" ] && continue; # ignore SuSE's extra kernel … … 2792 2792 echo " Mindi configuration file " >> $LOGFILE 2793 2793 echo "-----------------------------" >> $LOGFILE 2794 cat$MINDI_CONF >> $LOGFILE2794 grep -Ev '^#' $MINDI_CONF >> $LOGFILE 2795 2795 echo "-----------------------------" >> $LOGFILE 2796 2796 fi … … 3092 3092 LogIt "Latest Mindi is available from http://www.mondorescue.org" 3093 3093 LogIt "BusyBox sources are available from http://www.busybox.net" 3094 LogIt "------------------------------------------------------------------------------" 3094 3095 else 3095 3096 echo "You are using Mindi-Linux v$MINDI_VERSION to make boot+data disks" >> $LOGFILE … … 3125 3126 LogIt "Including the generation of a Bootable USB device on $USBDEVICE" 3126 3127 fi 3128 3127 3129 if [ "$kernelpath" = "" ] ; then 3128 3130 if [ _"$MONDO_SHARE" != _"" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.