Changeset 3203 in MondoRescue for branches/3.2/mindi/rootfs/sbin/post-init
- Timestamp:
- Dec 6, 2013, 3:40:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/rootfs/sbin/post-init
r2915 r3203 8 8 sleep 1 9 9 10 echo "Here is my /tmp/mountlist.txt" >> $LOGFILE 11 cat /tmp/mountlist.txt >> $LOGFILE 10 if [ -f "/tmp/mountlist.txt" ]; then 11 echo "Here is my /tmp/mountlist.txt" >> $LOGFILE 12 cat /tmp/mountlist.txt >> $LOGFILE 13 fi 12 14 13 15 iso=`grep iso /proc/cmdline`
Note:
See TracChangeset
for help on using the changeset viewer.