aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/make-pxeboot.sh
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-21 22:48:32 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-21 22:48:32 +0100
commit6669f020b17779cc6767a30ca2e7c51de766b9b8 (patch)
treef15349365fd6d905a49b64cbd6ab19bb27f8451b /bootstrap/make-pxeboot.sh
parentfe80e0a56b3b67699a6117b010e6d5c81e8391ba (diff)
Spring cleaning for TG15.
Preparing for DHCP6. Cleanup of old files.
Diffstat (limited to 'bootstrap/make-pxeboot.sh')
-rwxr-xr-xbootstrap/make-pxeboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/make-pxeboot.sh b/bootstrap/make-pxeboot.sh
index f5e603f..9492ad4 100755
--- a/bootstrap/make-pxeboot.sh
+++ b/bootstrap/make-pxeboot.sh
@@ -13,7 +13,7 @@ apt-get -y install nfs-kernel-server
cat << END > /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/var/lib/tftpboot"
-TFTP_ADDRESS="0.0.0.0:69"
+TFTP_ADDRESS=":69"
TFTP_OPTIONS="--secure"
END