Changeset 227 in MondoRescue
- Timestamp:
- Dec 15, 2005, 6:08:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mindi/rootfs/sbin/init
r223 r227 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.