Changeset 3271 in MondoRescue for branches/3.2/mindi/rootfs/usr/sbin/post-init


Ignore:
Timestamp:
Apr 29, 2014, 9:23:09 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Rename the conf file mondo-restore.cfg into mondorestore.cfg for homogeneity (continued)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/rootfs/usr/sbin/post-init

    r3216 r3271  
    6262
    6363mondoopt=""
    64 if [ "`grep -i 'obdr ' /tmp/mondo-restore.cfg 2> /dev/null`" ]; then
     64if [ "`grep -i 'obdr ' /tmp/mondorestore.cfg 2> /dev/null`" ]; then
    6565    mondoopt="$mondoopt -o -d $TAPEDEV"
    6666fi
     
    7777    mondorestore $mondoopt -Z nuke
    7878elif [ "$expert" ] ; then
    79     if [ "`grep tapedev /tmp/mondo-restore.cfg 2> /dev/null`" ] ; then
     79    if [ "`grep tapedev /tmp/mondorestore.cfg 2> /dev/null`" ] ; then
    8080    LogIt "-------------------TAPE MODE-------------------" 1
    8181    loc=`which mondorestore 2> /dev/null`
     
    9090            fi
    9191    fi
    92     elif [ "`grep using-cdstream /tmp/mondo-restore.cfg 2> /dev/null`" ] ; then
     92    elif [ "`grep using-cdstream /tmp/mondorestore.cfg 2> /dev/null`" ] ; then
    9393        LogIt "------------------CDSTREAM MODE------------------" 1
    9494        loc=`which mondorestore 2> /dev/null`
Note: See TracChangeset for help on using the changeset viewer.