Changeset 3542 in MondoRescue for branches/3.2/mindi/rootfs/etc/init.d/rcS


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 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/rootfs/etc/init.d/rcS

    r3526 r3542  
    11291129        LogIt "Executing final script $post"
    11301130        if [ "`echo $post | grep -E '^/mnt/RESTORING'`" ]; then
    1131             mount-me
     1131            mr-mount-me
    11321132        fi
    11331133        chmod 755 $post
    11341134        $post
    11351135        if [ "`echo $post | grep -E '^/mnt/RESTORING'`" ]; then
    1136             unmount-me
     1136            mr-unmount-me
    11371137        fi
    11381138    fi
Note: See TracChangeset for help on using the changeset viewer.