diff options
Diffstat (limited to 'tools/make-base-requires.sh')
-rwxr-xr-x | tools/make-base-requires.sh | 3 |
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. |