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

    r3541 r3542  
    11#!/bin/sh
     2#
     3# $Id$
     4#
    25
    3 LogIt "mount-subroutine-me --- starting"
     6LogIt "mr-mount-subroutine-me --- starting"
    47if [ "$#" -ne "0" ] ; then
    5     LogIt "mount-subroutine-me < mountlist" 1
     8    LogIt "mr-mount-subroutine-me < mountlist" 1
    69    exit 1
    710fi
    811
    912# ----------- mount partitions to be restored to --------------
    10 
    11 #echo "START mount-me"
    1213
    1314errors=0
     
    6465fi
    6566
    66 LogIt "mount-subroutine-me --- leaving"
     67LogIt "mr-mount-subroutine-me --- leaving"
    6768exit $errors
Note: See TracChangeset for help on using the changeset viewer.