Changeset 3542 in MondoRescue for branches/3.2/mindi/rootfs


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
Location:
branches/3.2/mindi/rootfs
Files:
2 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
  • branches/3.2/mindi/rootfs/usr/sbin/post-init

    r3279 r3542  
    5050fi
    5151
    52 for i in mount-me unmount-me mondorestore ; do
     52for i in mr-mount-me mr-unmount-me mondorestore ; do
    5353    if which $i > /dev/null 2> /dev/null ; then
    5454        LogIt "$i found"
Note: See TracChangeset for help on using the changeset viewer.