diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-29 09:59:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-29 09:59:01 +0200 |
commit | 7e99863c301b535b6225a490c7acae58883c368c (patch) | |
tree | fd82f60669cb372810824ff7b335ad5a240dced4 /bootstrap | |
parent | 3998a0095cacfdd044b7f1bae90450e96aa04af8 (diff) |
Setup /build/tftp size-limited tmpfs, make accessible via TFTP
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |