Ignore:
Timestamp:
Mar 24, 2016, 5:48:03 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Rename all mondorestore scripts with the mr- prefix and adapt callers
  • Place these scripts in /usr/bin on the restore media
  • Fix a mindi bug where these scripts were not copied anymore with previous modifications around removal of cd
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/restore-scripts/mondo/mr-hack-fstab

    r3541 r3542  
    110110# ----------------- main ---------------
    111111
    112 LogIt "hack-fstab --- starting"
     112LogIt "mr-hack-fstab --- starting"
    113113
    114114if [ "$#" -ne "4" ] ; then
    115     LogIt "hack-fstab <old mountlist> <old fstab> <new mountlist> <new fstab>" 1
     115    LogIt "mr-hack-fstab <old mountlist> <old fstab> <new mountlist> <new fstab>" 1
    116116    LogIt "NB: the new fstab file is outgoing; all other files are incoming." 1
    117117    exit 1
    118118fi
    119119
    120 LogIt "hack-fstab '$1' '$2' '$3' '$4'"
     120LogIt "mr-hack-fstab '$1' '$2' '$3' '$4'"
    121121
    122122old_mountlist=$1
     
    141141
    142142LogIt "Finished writing to outfile ($outfile)"
    143 LogIt "hack-fstab --- leaving"
     143LogIt "mr-hack-fstab --- leaving"
    144144exit 0
Note: See TracChangeset for help on using the changeset viewer.