Changeset 1685 in MondoRescue


Ignore:
Timestamp:
Oct 20, 2007, 10:35:53 AM (17 years ago)
Author:
Bruno Cornec
Message:

Incorporate some mindi 2.2.5 changes in stable that had been left out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1671 r1685  
    24112411       root="/"
    24122412    fi
    2413     for fname in `find $root -maxdepth 2 -type f | grep -F lin | grep -Ev '^/proc/|^/net/'` ; do
     2413    for fname in `find $root -maxdepth 2 -type f | grep -E 'lin|kern' | grep -Ev '^/proc/|^/net/'` ; do
    24142414        [ ! -e "$fname" ] && continue
    24152415        [ "$fname" = "/boot/vmlinuz.shipped" ] && [ -f "/boot/vmlinuz" ] && continue; # ignore SuSE's extra kernel
     
    27922792    echo " Mindi configuration file    " >> $LOGFILE
    27932793    echo "-----------------------------" >> $LOGFILE
    2794     cat $MINDI_CONF >> $LOGFILE
     2794    grep -Ev '^#' $MINDI_CONF >> $LOGFILE
    27952795    echo "-----------------------------" >> $LOGFILE
    27962796fi
     
    30923092    LogIt "Latest Mindi is available from http://www.mondorescue.org"
    30933093    LogIt "BusyBox sources are available from http://www.busybox.net"
     3094    LogIt "------------------------------------------------------------------------------"
    30943095else
    30953096    echo "You are using Mindi-Linux v$MINDI_VERSION to make boot+data disks" >> $LOGFILE
     
    31253126    LogIt "Including the generation of a Bootable USB device on $USBDEVICE"
    31263127fi
     3128
    31273129if [ "$kernelpath" = "" ] ; then
    31283130    if [ _"$MONDO_SHARE" != _"" ]; then
Note: See TracChangeset for help on using the changeset viewer.