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-mount-me

    r3541 r3542  
    11#!/bin/sh
     2#
     3# $Id$
     4#
    25
    36mountlist=/tmp/mountlist.txt
    47
    58if [ "$#" -ne "0" ] ;then
    6     echo "mount-me <no params>"
     9    echo "mr-mount-me <no params>"
    710    echo "...mountlist is assumed to be at $mountlist"
    811    exit 1
     
    1922    grep " $i " $mountlist >> $mountlist.sorted
    2023done
    21 mount-subroutine-me < $mountlist.sorted
     24mr-mount-subroutine-me < $mountlist.sorted
    2225exit $?
Note: See TracChangeset for help on using the changeset viewer.