mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
add root login for debug
This commit is contained in:
parent
10279e4f89
commit
e8d2e72884
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user