From 3b8c6ac69608123b912a5797a4567cbd7b28c5e6 Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Wed, 20 May 2009 18:06:27 +0200 Subject: [PATCH] add xts module to crypto --- modules.d/90crypt/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90crypt/install b/modules.d/90crypt/install index fff2dce..a1e7b01 100755 --- a/modules.d/90crypt/install +++ b/modules.d/90crypt/install @@ -1,5 +1,5 @@ #!/bin/bash inst cryptsetup -instmods dm_crypt cbc aes sha256 +instmods dm_crypt cbc aes sha256 xts inst_rules "$moddir/63-luks.rules" inst "$moddir"/cryptroot-ask.sh /lib/udev/cryptroot-ask -- 2.7.4