diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-24 23:38:03 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:28:03 +0200 |
commit | 145b1e03c69d3dcc8a0328e665f220020b142ba7 (patch) | |
tree | 292e6cdc6bb881320a9f3f2ef429206d8a983ac9 /src | |
parent | 0145b10869f05735d80d429d59addd46a801af5d (diff) |
wibble
Diffstat (limited to 'src')
-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 |