aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-pxeboot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make-pxeboot.sh')
-rwxr-xr-xtools/make-pxeboot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-pxeboot.sh b/tools/make-pxeboot.sh
index 25fe305..86a2a4a 100755
--- a/tools/make-pxeboot.sh
+++ b/tools/make-pxeboot.sh
@@ -7,8 +7,8 @@
# TODO: Either rewrite this to be run at/from the bootstrapper,
# and/or add support for ${BASE} redirection..
-apt-get install tftpd-hpa
-apt-get install nfs-kernel-server
+apt-get -y install tftpd-hpa
+apt-get -y install nfs-kernel-server
cat << END > /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"