From eb163ee7eaa54aaea50305b7aa19213ede855325 Mon Sep 17 00:00:00 2001 From: LTSP Debian Maintainers Date: Mon, 9 Jan 2017 20:07:59 +0000 Subject: [PATCH] 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 --- client/share/ltsp/ltsp_config.d/35encrypted-swap | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 client/share/ltsp/ltsp_config.d/35encrypted-swap 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 -- 2.30.2