fix: genapkovl copy to /var/tmp, udhcpc background mode

This commit is contained in:
2026-03-05 16:17:52 +03:00
parent 40815161fe
commit 279ef318e1
5 changed files with 7 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ mkdir -p "$tmp/etc/dropbear" "$tmp/etc/conf.d"
# -R: auto-generate host keys if missing
# no dependency on networking service — bee-network handles DHCP independently
makefile root:root 0644 "$tmp/etc/conf.d/dropbear" <<EOF
DROPBEAR_OPTS="-R"
DROPBEAR_OPTS="-R -B"
EOF