summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-20 12:01:05 +0200
committerJonathan Bauer2019-08-20 12:01:05 +0200
commit33d8c60ba0b261c36e258dce530f29b8ca7d3e24 (patch)
tree9a574d05a0ec92f3a36433f39f38e9fad1cfec44 /builder
parent[slx-dmsetup] increase data block size to 256 (diff)
downloadsystemd-init-33d8c60ba0b261c36e258dce530f29b8ca7d3e24.tar.gz
systemd-init-33d8c60ba0b261c36e258dce530f29b8ca7d3e24.tar.xz
systemd-init-33d8c60ba0b261c36e258dce530f29b8ca7d3e24.zip
[slx-dmsetup] add ext4 binaries
Diffstat (limited to 'builder')
-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
}