summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 70fb4e3..2f67165 100644
--- a/init
+++ b/init
@@ -22,7 +22,7 @@ ip link set eth0 up
udhcpc -i eth0
# -p 2222 to avoid host key clash
dropbear -p 2222
-) >/dev/null 2>&1 &
+) >>/run/initramfs/log 2>&1 &
if cryptsetup open --tries 65535 /dev/nvme0n1p2 root; then
autologin=1