aboutsummaryrefslogtreecommitdiffstats
path: root/features.d
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-12-15 11:43:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-12-15 11:45:55 +0000
commit2f1c60449188777ca2499dfa575e49e8866c3b1e (patch)
treeaaec9bd813b5b410cddb4cd6300739416d9b491a /features.d
parentccf82e37785fdd047f3420ca370c228fd107b609 (diff)
downloadmkinitfs-2f1c60449188777ca2499dfa575e49e8866c3b1e.tar.bz2
mkinitfs-2f1c60449188777ca2499dfa575e49e8866c3b1e.tar.xz
init: add arch crypto modules
we want the faster crypto implementation early for cryptsetup, xfs and btrfs.
Diffstat (limited to 'features.d')
-rw-r--r--features.d/btrfs.modules3
-rw-r--r--features.d/cryptsetup.modules1
-rw-r--r--features.d/xfs.modules3
3 files changed, 7 insertions, 0 deletions
diff --git a/features.d/btrfs.modules b/features.d/btrfs.modules
index b5a271f..a114111 100644
--- a/features.d/btrfs.modules
+++ b/features.d/btrfs.modules
@@ -1,2 +1,5 @@
kernel/crypto/crc32c*
+kernel/arch/*/crypto/crc32*
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*
kernel/fs/btrfs
diff --git a/features.d/cryptsetup.modules b/features.d/cryptsetup.modules
index 9b63cd3..1469be7 100644
--- a/features.d/cryptsetup.modules
+++ b/features.d/cryptsetup.modules
@@ -1,2 +1,3 @@
kernel/crypto/*
+kernel/arch/*/crypto/*
kernel/drivers/md/dm-crypt.ko
diff --git a/features.d/xfs.modules b/features.d/xfs.modules
index f577bf3..2b7fd53 100644
--- a/features.d/xfs.modules
+++ b/features.d/xfs.modules
@@ -1 +1,4 @@
+kernel/arch/*/crypto/crc32*
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*
kernel/fs/xfs