Changeset 2252 in MondoRescue for branches/2.2.9/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Jul 5, 2009, 2:42:30 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3164@localhost: bruno | 2009-07-03 16:35:54 +0200

  • test for script was done the reverse way ! Fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/rootfs/sbin/init

    r2250 r2252  
    831831    LogIt "I think this media has no archives on it."
    832832fi
    833 if ! [ "`grep -i "script=" /proc/cmdline`" ] ; then
     833if [ "`grep -i "script=" /proc/cmdline`" ] ; then
    834834    for i in `cat /proc/cmdline` ; do
    835835        echo $i | grep -qi script= && script=`echo $i | cut -d= -f2`
Note: See TracChangeset for help on using the changeset viewer.