dracut-crypt-ssh: hotfix motd issue with dropbear
dropbear is not built with -m (show motd) anymore see: https://github.com/dracut-crypt-ssh/dracut-crypt-ssh/issues/25
This commit is contained in:
parent
03b5410a69
commit
4c0363ae81
2 changed files with 11 additions and 1 deletions
10
srcpkgs/dracut-crypt-ssh/patches/motd_fix.patch
Normal file
10
srcpkgs/dracut-crypt-ssh/patches/motd_fix.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- modules/60crypt-ssh/dropbear-start.sh
|
||||
+++ modules/60crypt.ssh/dropbear-start.sh
|
||||
@@ -12,6 +12,6 @@
|
||||
info " bubblebabble: ${bubble}"
|
||||
done
|
||||
|
||||
- /sbin/dropbear -m -s -j -k -p ${dropbear_port} -P /tmp/dropbear.pid
|
||||
+ /sbin/dropbear -s -j -k -p ${dropbear_port} -P /tmp/dropbear.pid
|
||||
[ $? -gt 0 ] && info 'Dropbear sshd failed to start'
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dracut-crypt-ssh'
|
||||
pkgname=dracut-crypt-ssh
|
||||
version=1.0.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/dracut.conf.d/crypt-ssh.conf"
|
||||
hostmakedepends="dracut"
|
||||
|
|
Loading…
Reference in a new issue