tiny-image(s): exchange openssh server with dropbear
This commit is contained in:
@@ -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/
|
||||
}
|
||||
|
Reference in New Issue
Block a user