diff options
Diffstat (limited to 'src/fripost-postinst-udeb')
-rwxr-xr-x | src/fripost-postinst-udeb/finish-install.d/07fripost | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fripost-postinst-udeb/finish-install.d/07fripost b/src/fripost-postinst-udeb/finish-install.d/07fripost index 5a7cd73..2dfb98b 100755 --- a/src/fripost-postinst-udeb/finish-install.d/07fripost +++ b/src/fripost-postinst-udeb/finish-install.d/07fripost @@ -101,6 +101,7 @@ if [ "$encrypt" = true ]; then # See dropbear(8) for the list of options. Failure to read a keyfile # makes dropbear disable the corresponding algorithm (including # key-based authentication), in our case DSS/DSA. + # XXX This is a dirty fix for bug #614981 log "Changing dropbear's options; port $port" sed -i "s@^\s*/sbin/dropbear\$@& -d '' -sgjk -p $port@" \ /target/usr/share/initramfs-tools/scripts/init-premount/dropbear |