mirror of
https://github.com/suiryc/archlinux-initrd-ssh-cryptsetup.git
synced 2025-12-18 10:28:56 +03:00
Drop '-m' option when calling dropbear
Latest ArchLinux versions does not handle it. Boot fs is unlikely to have motd anyway. v0.6-1
This commit is contained in:
@@ -163,7 +163,7 @@ EOF
|
||||
touch "/var/log/lastlog"
|
||||
|
||||
msg "Starting dropbear ..."
|
||||
dropbear -Emsgjk -P "${path_dropbear_pid}" ${sshcs_opt_listen}
|
||||
dropbear -Esgjk -P "${path_dropbear_pid}" ${sshcs_opt_listen}
|
||||
|
||||
# Actual unlocking
|
||||
sshcs_unlock
|
||||
|
||||
Reference in New Issue
Block a user