Changeset 3210 in MondoRescue
- Timestamp:
- Dec 10, 2013, 8:50:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/rootfs/etc/init.d/rcS
r3203 r3210 1053 1053 LogIt "Calling post-init" 1054 1054 # start-netfs moved it under /tmp as the NFS share is already unmounted 1055 if [ "`echo $pre | grep -E '^/tmp/isodir'`" ]; then1055 if [ _"$pre" != _"" ] && [ "`echo $pre | grep -E '^/tmp/isodir'`" ]; then 1056 1056 pre=`echo $pre | sed 's|^/tmp/isodir|/tmp|'` 1057 1057 fi 1058 if [ -x $pre ]; then1058 if [ _"$pre" != _"" ] && [ -x $pre ]; then 1059 1059 echo "Executing preliminary script $pre" 1060 1060 LogIt "Executing preliminary script $pre" … … 1068 1068 if [ "`grep -i "post=" /proc/cmdline`" ] ; then 1069 1069 for i in `cat /proc/cmdline` ; do 1070 1070 echo $i | grep -qi post= && post=`echo $i | cut -d= -f2` 1071 1071 done 1072 1072 # start-netfs moved it under /tmp as the NFS share is already unmounted
Note:
See TracChangeset
for help on using the changeset viewer.