aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-03-29 09:59:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-29 09:59:01 +0200
commit7e99863c301b535b6225a490c7acae58883c368c (patch)
treefd82f60669cb372810824ff7b335ad5a240dced4 /bootstrap
parent3998a0095cacfdd044b7f1bae90450e96aa04af8 (diff)
Setup /build/tftp size-limited tmpfs, make accessible via TFTP
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index c8707f6..7c82c18 100755
--- a/bootstrap
+++ b/bootstrap
@@ -150,6 +150,7 @@ if [ "$stage" -eq "1" ]; then
pkgs+=",ifupdown,bridge-utils,dnsmasq,ntp,postfix"
pkgs+=",iputils-ping,wget,curl"
pkgs+=",openssh-client,openssh-server"
+ pkgs+=",tftp-hpa,tftpd-hpa"
pkgs+=",less"