diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-07-13 07:44:05 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-07-13 07:44:05 -0400 |
commit | 6c122e9e1430f2e4f19c4c087d2b7dac6444e40c (patch) | |
tree | ccb1c43d6798e9d34b4ad2cf5a35a582b3825767 | |
parent | 39ce2ebbe3043ec6f61a5bfa735225308d790425 (diff) | |
download | minitramfs-6c122e9e1430f2e4f19c4c087d2b7dac6444e40c.tar.xz minitramfs-6c122e9e1430f2e4f19c4c087d2b7dac6444e40c.zip |
log dropbear output
-rw-r--r-- | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |