diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 18:21:18 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 18:21:18 +0100 |
commit | 6bf0be13c4ac46f612251eb13cf2b23f94441cc5 (patch) | |
tree | 5e19ce59095e3a9def48822f888da8a739486130 /tools/make-pxeboot.sh | |
parent | 4184848fa3e4f776da1b959c9ba48f4282e82108 (diff) |
TG15 Spring cleanup.
Diffstat (limited to 'tools/make-pxeboot.sh')
-rwxr-xr-x | tools/make-pxeboot.sh | 4 |
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" |