summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-07-13 07:44:05 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-07-13 07:44:05 -0400
commit6c122e9e1430f2e4f19c4c087d2b7dac6444e40c (patch)
treeccb1c43d6798e9d34b4ad2cf5a35a582b3825767
parent39ce2ebbe3043ec6f61a5bfa735225308d790425 (diff)
downloadminitramfs-6c122e9e1430f2e4f19c4c087d2b7dac6444e40c.tar.xz
minitramfs-6c122e9e1430f2e4f19c4c087d2b7dac6444e40c.zip
log dropbear output
-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