summarylogtreecommitdiffstats
path: root/loop-aes.install
diff options
context:
space:
mode:
authorGeorge Aladin2016-02-07 20:22:39 +0300
committerGeorge Aladin2016-02-07 20:22:39 +0300
commit1e11c9feb34fc59cef1386b2072db8eefcba6276 (patch)
treeb801773adea2c560d4098bafda41503cbf55a8ab /loop-aes.install
parent0fd46817a8682696e3315d422b400b28d1ef0f08 (diff)
downloadaur-1e11c9feb34fc59cef1386b2072db8eefcba6276.tar.gz
disable util-linux cryptoloop
Diffstat (limited to 'loop-aes.install')
-rw-r--r--loop-aes.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/loop-aes.install b/loop-aes.install
index 82d15ab8305f..be76b13085cf 100644
--- a/loop-aes.install
+++ b/loop-aes.install
@@ -9,6 +9,12 @@ post_install () {
rm $KERNELDIR/drivers/block/loop.ko.gz.backup
fi
+ #Disable old cryptoloop module
+ if [ -f /etc/modules-load.d/util-linux-aes.conf ]
+ then
+ rm /etc/modules-load.d/util-linux-aes.conf
+ fi
+
echo "Depmod..."
depmod
modprobe -r loop