diff options
Diffstat (limited to 'bootstrap/make-pxeboot.sh')
-rwxr-xr-x | bootstrap/make-pxeboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/make-pxeboot.sh b/bootstrap/make-pxeboot.sh index 4a9e271..e9ad8a6 100755 --- a/bootstrap/make-pxeboot.sh +++ b/bootstrap/make-pxeboot.sh @@ -25,7 +25,7 @@ mkdir -p /var/lib/tftpboot # This should be done by bootstrap/update-tools ... cp -R ~/tgmanage/pxe/* /var/lib/tftpboot -~/tgmanage/tools/fetch-debinstall.sh /var/lib/tftpboot/debian +~/tgmanage/bootstrap/fetch-debinstall.sh /var/lib/tftpboot/debian # tools/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 |