summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-26 18:11:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-26 18:11:30 +0200
commit82f2a406a0d9c3012c75197dc22e8c26a0187e87 (patch)
tree6d88f274bcac17a5f8d3a15711935fe7c58bee43 /examples
parentc943281dff577d02197867391cbe6b6b1c7413ee (diff)
downloadrebel-82f2a406a0d9c3012c75197dc22e8c26a0187e87.tar
rebel-82f2a406a0d9c3012c75197dc22e8c26a0187e87.zip
examples: rootfs: use mkfs.ext4 from e2fsprogs recipe
Diffstat (limited to 'examples')
-rw-r--r--examples/rootfs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rootfs.yml b/examples/rootfs.yml
index c6ac953..0481f8f 100644
--- a/examples/rootfs.yml
+++ b/examples/rootfs.yml
@@ -42,4 +42,4 @@ tasks:
IMAGE={{destdir}}/rootfs.ext4
truncate -s 1G "$IMAGE"
- mkfs.ext4 -d {{sysroot}} "$IMAGE"
+ {{build.prefix}}/sbin/mkfs.ext4 -d {{sysroot}} "$IMAGE"