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