summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-11-19 13:24:32 +0100
committerJonathan Bauer2019-11-19 13:24:32 +0100
commit318ecff0a2a577f8583ebec79c6c90588bb7d7c4 (patch)
treea62a6cdd63132e85ba6ed9aadf39b0816722671a
parenttry to grow qcow (diff)
downloadsystemd-init-318ecff0a2a577f8583ebec79c6c90588bb7d7c4.tar.gz
systemd-init-318ecff0a2a577f8583ebec79c6c90588bb7d7c4.tar.xz
systemd-init-318ecff0a2a577f8583ebec79c6c90588bb7d7c4.zip
add dm-zero
-rwxr-xr-xbuilder/modules.d/slx-dmsetup/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/slx-dmsetup/module-setup.sh b/builder/modules.d/slx-dmsetup/module-setup.sh
index 001104aa..f7979720 100755
--- a/builder/modules.d/slx-dmsetup/module-setup.sh
+++ b/builder/modules.d/slx-dmsetup/module-setup.sh
@@ -18,7 +18,7 @@ install() {
installkernel() {
# install those modules in case the used kernel does not have them builtin
instmods \
- dm-thin-pool dm-snapshot \
+ dm-thin-pool dm-snapshot dm-zero \
dm-crypt crc32c xts \
xfs ext4
}