Changeset 228 in MondoRescue for trunk/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Dec 16, 2005, 4:46:08 PM (18 years ago)
Author:
bcornec
Message:

merge -r225:227 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/rootfs/sbin/init

    r226 r228  
    625625    HandleTape
    626626else
    627     if [ "`cat /proc/cmdline | grep -i pxe`" ] || [ "`grep -i iso-prefix /tmp/mondo-restore.cfg`" ] ; then
    628         LogIt "PXE boot found"
     627    if [ -e "/sbin/start-nfs" ]; then
     628        if [ "`cat /proc/cmdline | grep -i pxe`" ]; then
     629            LogIt "PXE boot found"
     630        fi
    629631        imgname=`grep iso-prefix /tmp/mondo-restore.cfg | cut -d' ' -f2-`
    630632        if [ "$imgname" = "" ]; then
Note: See TracChangeset for help on using the changeset viewer.