From: Debian LTSP Maintainers Date: Sat, 16 Mar 2019 02:19:33 +0000 (+0000) Subject: disable-default-encrypted-swap X-Git-Tag: archive/raspbian/5.18.12-3+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9834aa7b6f12aacd696c65f6a32a0ee46e480322;p=ltsp.git disable-default-encrypted-swap Disable swap encryption by default, as it simply hangs in Debian Stretch. Hopefully this is only temporary... Gbp-Pq: Name disable-default-encrypted-swap.patch --- diff --git a/client/share/ltsp/ltsp_config.d/35encrypted-swap b/client/share/ltsp/ltsp_config.d/35encrypted-swap deleted file mode 100644 index b45eab1..0000000 --- a/client/share/ltsp/ltsp_config.d/35encrypted-swap +++ /dev/null @@ -1,4 +0,0 @@ -# enable encrypted swap when cryptsetup is installed -if [ -z "$ENCRYPT_SWAP" ] && [ -x /sbin/cryptsetup ]; then - set_lts_var ENCRYPT_SWAP True -fi