From: Debian LTSP Maintainers Date: Wed, 29 May 2019 20:02:07 +0000 (+0100) Subject: disable-default-encrypted-swap X-Git-Tag: archive/raspbian/5.18.12-3+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e04285753d04759f7c335f7f69c2a50c11a700b;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