Changeset 2362 in MondoRescue


Ignore:
Timestamp:
Sep 3, 2009, 2:46:27 PM (15 years ago)
Author:
Bruno Cornec
Message:

Remove some useless GROOVY related usages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/rootfs/sbin/init

    r2354 r2362  
    140140    # Tape takes some time to appear
    141141    sleep 10
    142     cd $GROOVY
    143142    UntarTapeStuff $tapedev
    144143    res=$?
     
    163162
    164163    if [ "$res" -ne "0" ] ; then
    165         cd /
    166164        LogIt "Failed to use tape as extended datadisk. Reverting to another media." 1
    167165        HandleCDROM
     
    227225
    228226
    229 # 06/13/2002 --- DuckX's & Hugo's new routine
    230 # 10/11/2003 --- added a simple devfsd.conf file
    231 # 01/24/2005 --- cater for arbitrary locations of devfsd.conf by using the
    232 #                config file path compiled into devfsd
     227# --- cater for arbitrary locations of devfsd.conf by using the
     228#     config file path compiled into devfsd
    233229RunDevfsd() {
    234230    loc=`which devfsd 2> /dev/null`
     
    587583        rm -rf /tmp.old
    588584        mkdir -p /tmp/tmpfs
    589         mkdir -p $GROOVY
    590585    echo "Done."
    591586    LogIt "Successfully mounted dynamic /tmp ramdisk"
Note: See TracChangeset for help on using the changeset viewer.