summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-07 11:52:37 +0200
committerJonathan Bauer2020-05-07 11:52:37 +0200
commit283d22954f00fccc72c3cdceca54fc13f6437e67 (patch)
tree224fa19dd9ea0fe8fa02c7bf8a2ea5c8362cf771
parentMerge branch 'master' into nobash-merge (diff)
parent[slx-dmsetup] add mkfs.xfs (diff)
downloadsystemd-init-283d22954f00fccc72c3cdceca54fc13f6437e67.tar.gz
systemd-init-283d22954f00fccc72c3cdceca54fc13f6437e67.tar.xz
systemd-init-283d22954f00fccc72c3cdceca54fc13f6437e67.zip
Merge branch 'master' into nobash-merge
-rwxr-xr-xbuilder/modules.d/slx-dmsetup/module-setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/modules.d/slx-dmsetup/module-setup.sh b/builder/modules.d/slx-dmsetup/module-setup.sh
index f7979720..dff4e34b 100755
--- a/builder/modules.d/slx-dmsetup/module-setup.sh
+++ b/builder/modules.d/slx-dmsetup/module-setup.sh
@@ -13,6 +13,7 @@ install() {
# deliberatly left ext helpers out for now, since we don't really use it.
inst_multiple blockdev fallocate xxd \
mkfs.ext4 resize2fs \
+ mkfs.xfs \
xfs_repair xfs_growfs
}
installkernel() {