summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-10-22 16:04:35 +0200
committerJonathan Bauer2020-10-22 16:04:35 +0200
commitf8a0e68b27efa5bf1740ccf02d5242705f1cb232 (patch)
treedc45f675229d85f20079a2bb200cca74795a3bbd
parent[slx-dmsetup] Don't fall back to /run/openslx for CoW-tmpfs (diff)
downloadsystemd-init-f8a0e68b27efa5bf1740ccf02d5242705f1cb232.tar.gz
systemd-init-f8a0e68b27efa5bf1740ccf02d5242705f1cb232.tar.xz
systemd-init-f8a0e68b27efa5bf1740ccf02d5242705f1cb232.zip
[slx-dmsetup] include ntfsfree
and remove old comment that was wrong anyway
-rwxr-xr-xmodules.d/slx-dmsetup/module-setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules.d/slx-dmsetup/module-setup.sh b/modules.d/slx-dmsetup/module-setup.sh
index 3c6c034b..51d15341 100755
--- a/modules.d/slx-dmsetup/module-setup.sh
+++ b/modules.d/slx-dmsetup/module-setup.sh
@@ -10,10 +10,12 @@ install() {
inst_hook pre-pivot 10 "$moddir/scripts/generate-fstab-swap.sh"
inst_hook pre-pivot 00 "$moddir/scripts/grow-rootfs.sh"
- # deliberatly left ext helpers out for now, since we don't really use it.
+
inst_multiple blockdev xxd \
mkfs.ext4 resize2fs \
mkfs.xfs xfs_repair xfs_growfs
+
+ inst_multiple -o ntfsfree
}
installkernel() {
# install those modules in case the used kernel does not have them builtin