summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-dmsetup/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'builder/modules.d/slx-dmsetup/module-setup.sh')
-rwxr-xr-xbuilder/modules.d/slx-dmsetup/module-setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/builder/modules.d/slx-dmsetup/module-setup.sh b/builder/modules.d/slx-dmsetup/module-setup.sh
index 596c12db..b96acb40 100755
--- a/builder/modules.d/slx-dmsetup/module-setup.sh
+++ b/builder/modules.d/slx-dmsetup/module-setup.sh
@@ -12,9 +12,10 @@ install() {
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 \
xfs_repair xfs_growfs
}
installkernel() {
# install those modules in case the used kernel does not have them builtin
- instmods dm-thin-pool dm-snapshot dm-crypt crc32c xfs
+ instmods dm-thin-pool dm-snapshot dm-crypt crc32c xfs ext4
}