- Timestamp:
- Jul 5, 2009, 2:42:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/rootfs/sbin/init
r2250 r2252 831 831 LogIt "I think this media has no archives on it." 832 832 fi 833 if ![ "`grep -i "script=" /proc/cmdline`" ] ; then833 if [ "`grep -i "script=" /proc/cmdline`" ] ; then 834 834 for i in `cat /proc/cmdline` ; do 835 835 echo $i | grep -qi script= && script=`echo $i | cut -d= -f2`
Note:
See TracChangeset
for help on using the changeset viewer.