aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/make-pxeboot.sh
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-21 19:28:07 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-21 19:28:07 +0100
commit1b4297bec022ad93ec31e063cdc0d9e5d5944615 (patch)
tree046114d5c8aa18bff326e3ebe1d04c66ce7ab8d0 /bootstrap/make-pxeboot.sh
parent96469b73ed291971d3e377358ec85f39816fec9c (diff)
More spring cleaning for TG15.
Diffstat (limited to 'bootstrap/make-pxeboot.sh')
-rwxr-xr-xbootstrap/make-pxeboot.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap/make-pxeboot.sh b/bootstrap/make-pxeboot.sh
index e9ad8a6..f5e603f 100755
--- a/bootstrap/make-pxeboot.sh
+++ b/bootstrap/make-pxeboot.sh
@@ -21,12 +21,13 @@ END
mkdir -p /var/lib/tftpboot
+cd ~/tgmanage
# NOTE, this step depends on an SCP of basic content from the bootstrap...
# This should be done by bootstrap/update-tools ...
-cp -R ~/tgmanage/pxe/* /var/lib/tftpboot
+cp -R pxe/* /var/lib/tftpboot
-~/tgmanage/bootstrap/fetch-debinstall.sh /var/lib/tftpboot/debian
-# tools/fetch-ubuntulive.sh <- this tool does not exist xD
+bootstrap/fetch-debinstall.sh /var/lib/tftpboot/debian
+# bootstrap/fetch-ubuntulive.sh <- this tool does not exist xD
# NOTE! The pxe/ directory contains an 'ubuntu' menu...
# The files required to booting Ubuntu installer or live
# must be fetched manually (for now)