1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

add root login for debug

This commit is contained in:
Pascal Vizeli
2017-03-21 21:44:49 +01:00
parent 10279e4f89
commit e8d2e72884

View File

@@ -16,6 +16,9 @@ FILES_${PN} += " \
do_install_append() {
mkdir -p ${D}/home/root/.ssh
install -d ${D}${sysconfdir}/default
sed -i '/DROPBEAR_EXTRA_ARGS="-g"/d' ${D}/etc/default/dropbear
install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/sync-authorized-keys.sh ${D}${bindir}