summaryrefslogtreecommitdiffstats
path: root/examples/recipes/rootfs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/recipes/rootfs.yml')
-rw-r--r--examples/recipes/rootfs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/recipes/rootfs.yml b/examples/recipes/rootfs.yml
index 77b50ba..03b52d6 100644
--- a/examples/recipes/rootfs.yml
+++ b/examples/recipes/rootfs.yml
@@ -52,5 +52,5 @@ tasks:
)"
mkdir {{destdir}}
- {{build.prefix}}/bin/make_ext4fs -l 2G -T "$SOURCE_DATE_EPOCH" -L root "$IMAGE" {{sysroot}}
- E2FSPROGS_FAKE_TIME="$SOURCE_DATE_EPOCH" {{build.prefix}}/sbin/tune2fs -U "$UUID" "$IMAGE"
+ make_ext4fs -l 2G -T "$SOURCE_DATE_EPOCH" -L root "$IMAGE" {{sysroot}}
+ E2FSPROGS_FAKE_TIME="$SOURCE_DATE_EPOCH" tune2fs -U "$UUID" "$IMAGE"