From 4ee15b757960fcc0d817e736dd4b15e13d1596f3 Mon Sep 17 00:00:00 2001 From: Jon Langseth Date: Sun, 13 Apr 2014 15:13:25 +0200 Subject: Changes to how PXE/TFTP is rolled out, it is now part of the base-requires step --- tools/make-base-requires.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/make-base-requires.sh') 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. -- cgit v1.2.3