tiny-image(s): exchange openssh server with dropbear

This commit is contained in:
Thomas Klaehn
2020-01-31 13:28:54 +01:00
parent 53cc9f6600
commit cf1dcbe16d
5 changed files with 16 additions and 13 deletions

View File

@@ -1,5 +1,13 @@
LICENSE = "GPLv2"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += " file://docker.init"
SRC_URI += " \
file://docker.init \
file://daemon.json \
"
do_install_append() {
install -d ${D}${sysconfdir}/
install -d ${D}${sysconfdir}/docker/
install -m 0600 ${WORKDIR}/daemon.json ${D}${sysconfdir}/docker/
}