summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-dmsetup/module-setup.sh
diff options
context:
space:
mode:
authorThiago Abdo2019-11-06 14:28:47 +0100
committerThiago Abdo2019-11-06 14:28:47 +0100
commit5d80709e96b74a27443ff6538f2c000442308471 (patch)
tree52a0f26694303206ad2ee112c4707fa0af5ca994 /builder/modules.d/slx-dmsetup/module-setup.sh
parentMerge branch 'centos8' of git.openslx.org:openslx-ng/systemd-init into centos8 (diff)
parentfix include (diff)
downloadsystemd-init-5d80709e96b74a27443ff6538f2c000442308471.tar.gz
systemd-init-5d80709e96b74a27443ff6538f2c000442308471.tar.xz
systemd-init-5d80709e96b74a27443ff6538f2c000442308471.zip
Merge branch 'nobash' into centos8
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
}