Changeset 1163 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
Feb 14, 2007, 8:08:25 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug in mindi for the FAILSAFE support (Scott Cummings <rsc_at_usfamily.net>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1158 r1163  
    22282228    mkdir -p $bigdir/tmp
    22292229    if [ _"$MONDO_SHARE" != _"" ]; then
    2230         cp -f $MONDO_CACHE/mondo-restore.cfg $bigdir/tmp &> /dev/null
     2230        cp -f $MONDORESTORECFG $bigdir/tmp &> /dev/null
    22312231    fi
    22322232    [ -d "/mnt/.boot.d" ] && echo "Oh Jebus" > $bigdir/tmp/DUMBASS-GENTOO
     
    32403240        LogIt "disks then it may still be a result of a problem with your kernel.\n"
    32413241        pwd=`pwd`
    3242         cd $TMP_ROOT
     3242        cd $MINDI_TMP
    32433243        mkdir -p lib/modules
    32443244        cp -a "/lib/modules/$FAILSAFE_KVER" "lib/modules/$FAILSAFE_KVER" || Die "Cannot copy kernel modules."
Note: See TracChangeset for help on using the changeset viewer.