aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2017-05-01 10:45:06 -0700
committerTyler Baker <tyler.baker@linaro.org>2017-05-01 10:45:06 -0700
commit2e448945269ca28b644f587bf40afd9fe6c38583 (patch)
tree7205cf78be43d50648a1eb302529549471a58c98 /configs
parent47133ea0a35636cbd3601bbcd57f10fff32a6f9e (diff)
Dockerfile: shuffle scripts, and add tftp support
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/tftpd-hpa6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/tftpd-hpa b/configs/tftpd-hpa
new file mode 100644
index 0000000..bb6f079
--- /dev/null
+++ b/configs/tftpd-hpa
@@ -0,0 +1,6 @@
+# /etc/default/tftpd-hpa
+
+TFTP_USERNAME="tftp"
+TFTP_DIRECTORY="/var/lib/lava/dispatcher/tmp/"
+TFTP_ADDRESS="0.0.0.0:69"
+TFTP_OPTIONS="--secure"