diff options
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 |