Changeset 2378 in MondoRescue
- Timestamp:
- Sep 9, 2009, 6:21:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mindi/rootfs/sbin/post-init
r2329 r2378 31 31 fi 32 32 33 if [ -h "`which mondorestore`" ] ; then34 LogIt "Turning mondorestore from a hyperlink into an executable"35 cat `which mondorestore` > /usr/bin/MR36 # in case there's more than one instance :)37 rm -f `which mondorestore 2> /dev/null`38 rm -f `which mondorestore 2> /dev/null`39 rm -f `which mondorestore 2> /dev/null`40 rm -f `which mondorestore 2> /dev/null`41 mv /usr/bin/MR /usr/bin/mondorestore42 chmod +x /usr/bin/mondorestore43 fi44 45 33 if which bootstrap > /dev/null 2> /dev/null ; then 46 34 LogIt "Calling bootstrap script" 1 … … 48 36 fi 49 37 50 for i in mount-me unmount-me mondorestore; do38 for i in mount-me unmount-me ; do 51 39 if which $i > /dev/null 2> /dev/null ; then 52 40 LogIt "$i found"
Note:
See TracChangeset
for help on using the changeset viewer.