Changeset 47 in MondoRescue for branches


Ignore:
Timestamp:
Oct 5, 2005, 5:18:25 PM (19 years ago)
Author:
bcornec
Message:

Fix a bug in the PXE + -p option part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.04_berlios/mindi/rootfs/sbin/init

    r30 r47  
    629629        imgname="mondorescue"
    630630        if [ "`cat /proc/cmdline | grep -i prefix`" ] ; then
    631             for i in "`cat /proc/cmdline`" do
     631            for i in "`cat /proc/cmdline`" ; do
    632632                if [ "`echo $i | grep -i prefix`" ] ; then
    633633                    imgname=`echo $i | cut -d'=' -f2`
Note: See TracChangeset for help on using the changeset viewer.