summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-dmsetup/module-setup.sh
diff options
context:
space:
mode:
authorJonathan Bauer2019-10-25 13:16:34 +0200
committerJonathan Bauer2019-10-25 13:16:34 +0200
commit5c15661dcc9d99745f5128b1aba9727fa066e6b6 (patch)
treea8c485a407201eb370b958c41b80e999a0acf60a /builder/modules.d/slx-dmsetup/module-setup.sh
parentmore improvements (diff)
parent[slx-network] wait 30sec for network (diff)
downloadsystemd-init-5c15661dcc9d99745f5128b1aba9727fa066e6b6.tar.gz
systemd-init-5c15661dcc9d99745f5128b1aba9727fa066e6b6.tar.xz
systemd-init-5c15661dcc9d99745f5128b1aba9727fa066e6b6.zip
Merge branch 'master' into nobash
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
}