From 484ae7a2429c13904da398189047e6240582d8e2 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 22 Jan 2019 16:09:46 +0100 Subject: liveinit: add debug pause for PXE network configuration --- liveinit.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'liveinit.tpl') 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" -- cgit v1.2.3