Changeset 1882 in MondoRescue for branches/2.2.5/mindi/mindi


Ignore:
Timestamp:
Feb 2, 2008, 7:35:58 AM (16 years ago)
Author:
Bruno Cornec
Message:

Improvement in some messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1880 r1882  
    15231523        if [ ! "$partition_mountpt" ] ; then
    15241524            echo "------- $FDISK -l $qq log ------------" >> $LOGFILE
    1525             for qq in "" `find /dev/ida/c*d* ! -name '*p*'` ; do
     1525            for qq in "" `find /dev/ida/c*d* ! -name '*p*'` 2> /dev/null; do
    15261526                partition_format=`$FDISK -l $qq 2>> $LOGFILE | grep -w "$c_p" | sed 's/12/|/' | tr -s '\t' ' ' | cut -d'|' -f2 | cut -d' ' -f2-9`
    15271527                [ "$partition_format" ] && break
     
    28282828    [ -e "/dev/.devfsd" ] && echo "/dev/.devfsd found" > tmp/USE-DEVFS
    28292829
    2830     # Handle the case where busybox is dynamically linked
     2830    # Handle the case where busybox and mount are dynamically linked
    28312831    # Should be done first so that if /lib64 is a link, it's
    28322832    # created first like that, instead of as a real dir later on
     
    32443244echo "-------------" >> $LOGFILE
    32453245echo $FORCE_MODS >> $LOGFILE
     3246echo "-------------" >> $LOGFILE
    32463247echo "DENY_MODS:" >> $LOGFILE
    32473248echo "-------------" >> $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.