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