Changeset 2581 in MondoRescue for branches/2.2.9/mindi/rootfs
- Timestamp:
- Feb 12, 2010, 5:15:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/rootfs/sbin/init
r2580 r2581 932 932 post=`echo $post | sed 's|^/tmp/isodir|/tmp|'` 933 933 fi 934 if [ - x$post ]; then934 if [ -r $post ]; then 935 935 echo "Executing final script $post" 936 936 LogIt "Executing final script $post" … … 938 938 mount-me 939 939 fi 940 chmod 755 $post 940 941 $post 941 942 if [ "`echo $post | grep -E '^/mnt/RESTORING'`" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.