summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-dmsetup/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/slx-dmsetup/module-setup.sh')
-rwxr-xr-xmodules.d/slx-dmsetup/module-setup.sh9
1 files 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
}