summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-01-22 16:09:46 +0100
committer Eric Hameleers <alien@slackware.com>2019-01-22 16:09:46 +0100
commit484ae7a2429c13904da398189047e6240582d8e2 (patch)
treebb278a06bae2af84e3da695dfb187cce7b21653c
parent24efa9c14792f215abd134a67df28856bbc77f80 (diff)
downloadliveslak-484ae7a2429c13904da398189047e6240582d8e2.tar.gz
liveslak-484ae7a2429c13904da398189047e6240582d8e2.tar.xz
liveinit: add debug pause for PXE network configuration
-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"