diff options
author | Jon Langseth <jon.langseth@lilug.no> | 2014-04-13 15:13:25 +0200 |
---|---|---|
committer | Jon Langseth <jon.langseth@lilug.no> | 2014-04-13 15:13:25 +0200 |
commit | 4ee15b757960fcc0d817e736dd4b15e13d1596f3 (patch) | |
tree | 492d9da59c9508847afdb812f4ecb364c0103220 /tools/make-pxeboot.sh | |
parent | 2e45d20df2913bd0fd86400a037bd3ab56e0c0eb (diff) |
Changes to how PXE/TFTP is rolled out, it is now part of the base-requires step
Diffstat (limited to 'tools/make-pxeboot.sh')
-rwxr-xr-x | tools/make-pxeboot.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/make-pxeboot.sh b/tools/make-pxeboot.sh index 0d53e6a..3f1358d 100755 --- a/tools/make-pxeboot.sh +++ b/tools/make-pxeboot.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# TODO: This tool assumes that the bootstrap box -# is used as the PXE server. This should be updated -# to use the configuration information in config.local.pm ... +# This tool is to be executed by make-base-requires.sh +# From tg14 we assume that TFTP server/PXE-boot server +# is the Secondary/SMTP/TFTP box. apt-get install tftpd-hpa apt-get install nfs-kernel-server |