aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-base-requires.sh
diff options
context:
space:
mode:
authorJon Langseth <jon.langseth@lilug.no>2014-04-13 15:13:25 +0200
committerJon Langseth <jon.langseth@lilug.no>2014-04-13 15:13:25 +0200
commit4ee15b757960fcc0d817e736dd4b15e13d1596f3 (patch)
tree492d9da59c9508847afdb812f4ecb364c0103220 /tools/make-base-requires.sh
parent2e45d20df2913bd0fd86400a037bd3ab56e0c0eb (diff)
Changes to how PXE/TFTP is rolled out, it is now part of the base-requires step
Diffstat (limited to 'tools/make-base-requires.sh')
-rwxr-xr-xtools/make-base-requires.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make-base-requires.sh b/tools/make-base-requires.sh
index d19ffd9..1cd5653 100755
--- a/tools/make-base-requires.sh
+++ b/tools/make-base-requires.sh
@@ -57,4 +57,7 @@ ssh -l root ${SECONDARY} "echo THIS COPY OF TGMANAGE IS MANAGED FROM BOOTSTRAP S
# No point in _not_ running update-baseservice at this point....
tools/update-baseservice.sh ${BASE}
+# Set up PXE environment. NOTE that we assume that TFTP-server is the ${SECONDARY} (changed from older behaviour)
+ssh -l root ${SECONDARY} "~/tgmanage/tools/make-pxeboot.sh"
+
# all done.