diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 19:28:07 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 19:28:07 +0100 |
commit | 1b4297bec022ad93ec31e063cdc0d9e5d5944615 (patch) | |
tree | 046114d5c8aa18bff326e3ebe1d04c66ce7ab8d0 /bootstrap/make-base-requires.sh | |
parent | 96469b73ed291971d3e377358ec85f39816fec9c (diff) |
More spring cleaning for TG15.
Diffstat (limited to 'bootstrap/make-base-requires.sh')
-rwxr-xr-x | bootstrap/make-base-requires.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/make-base-requires.sh b/bootstrap/make-base-requires.sh index ad40e73..2de7a2d 100755 --- a/bootstrap/make-base-requires.sh +++ b/bootstrap/make-base-requires.sh @@ -67,7 +67,7 @@ ssh -l root ${PRIMARY} "echo THIS COPY OF TGMANAGE IS MANAGED FROM BOOTSTRAP S ssh -l root ${SECONDARY} "echo THIS COPY OF TGMANAGE IS MANAGED FROM BOOTSTRAP SERVER > ~/tgmanage/NOTICE" # No point in _not_ running update-baseservice at this point.... -tools/update-baseservice.sh ${BASE} +bootstrap/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/bootstrap/make-pxeboot.sh" |