diff options
Diffstat (limited to 'init')
-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 |