summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-10-16 15:13:55 +0200
committerJonathan Bauer2019-10-16 15:13:55 +0200
commit575838e14470df890d017d49c980e2920d9a0fd9 (patch)
treec21ddd7d36fa7b3be814a0aa61547246af619f39
parent[slx-dmsetup] fix encrypted scratch dev name (diff)
downloadsystemd-init-575838e14470df890d017d49c980e2920d9a0fd9.tar.gz
systemd-init-575838e14470df890d017d49c980e2920d9a0fd9.tar.xz
systemd-init-575838e14470df890d017d49c980e2920d9a0fd9.zip
[slx-dmsetup] install xts kmod for dm-crypt
-rwxr-xr-xbuilder/modules.d/slx-dmsetup/module-setup.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/builder/modules.d/slx-dmsetup/module-setup.sh b/builder/modules.d/slx-dmsetup/module-setup.sh
index 58c6e5cf..68e9b7b4 100755
--- a/builder/modules.d/slx-dmsetup/module-setup.sh
+++ b/builder/modules.d/slx-dmsetup/module-setup.sh
@@ -17,5 +17,8 @@ install() {
}
installkernel() {
# install those modules in case the used kernel does not have them builtin
- instmods dm-thin-pool dm-snapshot dm-crypt crc32c xfs ext4
+ instmods \
+ dm-thin-pool dm-snapshot \
+ dm-crypt crc32c xts \
+ xfs ext4
}