Changeset 3697 in MondoRescue for branches/3.3/mindi/rootfs/usr


Ignore:
Timestamp:
Jan 7, 2018, 2:52:31 PM (6 years ago)
Author:
Bruno Cornec
Message:

Remove usage of groovy word to clarify what is done

Location:
branches/3.3/mindi/rootfs/usr/sbin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/rootfs/usr/sbin/find-and-mount-cdrom

    r3359 r3697  
    1212        if [ "`grep "using-cdstream yes" /tmp/mondorestore.cfg 2> /dev/null`" ]; then
    1313            pwd=`pwd`
    14             cd $GROOVY
     14            cd $EXTRACTDIR
    1515            tar -zxf $device 2> /tmp/mount.log
    1616            res=$?
     
    6565
    6666[ "$1" = "--second-try" ] && SECOND_TRY=yes
    67 if [ ! "$GROOVY" ] ; then
    68     LogIt "I'm not groovy!"
    69     exit 1
    70 fi
    7167
    7268TryToFindCDROM
  • branches/3.3/mindi/rootfs/usr/sbin/install-additional-tools

    r3216 r3697  
    1212LogIt "Starting install-additional-tools"
    1313
    14 if [ ! "$GROOVY" ] ; then
    15     LogIt "I'm not groovy!"
    16     exit 1
    17 fi
    18 
    19 mountdir=$GROOVY
     14mountdir=$EXTRACTDIR
    2015
    2116if [ $mountdir = "/" ]; then
Note: See TracChangeset for help on using the changeset viewer.