disable-default-encrypted-swap
authorDebian LTSP Maintainers <team+ltsp@tracker.debian.org>
Tue, 25 Dec 2018 01:30:09 +0000 (01:30 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 25 Dec 2018 01:30:09 +0000 (01:30 +0000)
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 [deleted file]

diff --git a/client/share/ltsp/ltsp_config.d/35encrypted-swap b/client/share/ltsp/ltsp_config.d/35encrypted-swap
deleted file mode 100644 (file)
index b45eab1..0000000
+++ /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