From: LTSP Debian Maintainers Date: Mon, 9 Jan 2017 20:07:59 +0000 (+0000) Subject: disable-default-encrypted-swap X-Git-Tag: archive/raspbian/5.18.12-1+rpi1^2~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eb163ee7eaa54aaea50305b7aa19213ede855325;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