aboutsummaryrefslogtreecommitdiffstats
path: root/liveinit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'liveinit.tpl')
-rwxr-xr-xliveinit.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/liveinit.tpl b/liveinit.tpl
index 5bcf6de..7bc9808 100755
--- a/liveinit.tpl
+++ b/liveinit.tpl
@@ -589,6 +589,10 @@ if [ "$RESCUE" = "" ]; then
if [ -n "$NFSHOST" ]; then
# NFS root. First configure our network interface:
setnet
+
+ # Allow for debugging the PXE boot:
+ debugit
+
# Mount the NFS share and hope for the best:
mount -t nfs -o nolock,vers=3 $NFSHOST:$NFSPATH /mnt/media
LIVEALL="$NFSHOST:$NFSPATH"