From 7f997e0cf2d2179cf566d92a63c5662377bfbe8f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 15 Sep 2020 17:40:01 +0200 Subject: [slx-dmsetup] explicitely add aes-xts-plain64 related kernel modules --- modules.d/slx-dmsetup/module-setup.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules.d/slx-dmsetup/module-setup.sh b/modules.d/slx-dmsetup/module-setup.sh index 88814fc9..3c6c034b 100755 --- a/modules.d/slx-dmsetup/module-setup.sh +++ b/modules.d/slx-dmsetup/module-setup.sh @@ -3,7 +3,7 @@ check() { return 255 } depends() { - echo "slx-tools" + echo "haveged slx-tools" } install() { inst "$moddir/scripts/dmsetup-slx-device" "/usr/local/bin/dmsetup-slx-device" @@ -13,13 +13,12 @@ install() { # deliberatly left ext helpers out for now, since we don't really use it. inst_multiple blockdev xxd \ mkfs.ext4 resize2fs \ - mkfs.xfs \ - xfs_repair xfs_growfs + mkfs.xfs xfs_repair xfs_growfs } installkernel() { # install those modules in case the used kernel does not have them builtin instmods \ - dm-thin-pool dm-snapshot dm-zero \ - dm-crypt crc32c xts \ + dm-thin-pool dm-snapshot dm-zero dm-crypt \ + crc32c xts aes drbg ansi_cprng \ xfs ext4 } -- cgit v1.2.3-55-g7522