Changeset 3563 in MondoRescue for branches/3.0-mindi-2.1/mindi/rootfs/sbin/post-init
- Timestamp:
- Apr 11, 2016, 7:43:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-mindi-2.1/mindi/rootfs/sbin/post-init
r2915 r3563 5 5 #------------------------------------------------------------ 6 6 7 8 sleep 1 9 10 echo "Here is my /tmp/mountlist.txt" >> $LOGFILE 11 cat /tmp/mountlist.txt >> $LOGFILE 7 if [ -f "/tmp/mountlist.txt" ]; then 8 echo "Here is my /tmp/mountlist.txt" >> $LOGFILE 9 cat /tmp/mountlist.txt >> $LOGFILE 10 fi 12 11 13 12 iso=`grep iso /proc/cmdline` … … 68 67 fi 69 68 69 # Now suppress msg redirection to avoid poluting log file 70 exec 2>&4 >&5 4>&- 5>&- 71 70 72 if [ "$compare" ] ; then 71 73 LogIt "------------------COMPARE MODE-----------------" 1
Note:
See TracChangeset
for help on using the changeset viewer.