- Timestamp:
- Dec 16, 2005, 4:46:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/rootfs/sbin/init
r226 r228 625 625 HandleTape 626 626 else 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 629 631 imgname=`grep iso-prefix /tmp/mondo-restore.cfg | cut -d' ' -f2-` 630 632 if [ "$imgname" = "" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.