diff options
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 |
commit | 484ae7a2429c13904da398189047e6240582d8e2 (patch) | |
tree | bb278a06bae2af84e3da695dfb187cce7b21653c /liveinit.tpl | |
parent | 24efa9c14792f215abd134a67df28856bbc77f80 (diff) | |
download | liveslak-484ae7a2429c13904da398189047e6240582d8e2.tar.gz liveslak-484ae7a2429c13904da398189047e6240582d8e2.tar.xz |
liveinit: add debug pause for PXE network configuration
Diffstat (limited to '')
-rwxr-xr-x | liveinit.tpl | 4 |
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" |