From d4ea576fa4803b945abf6e5425ddc87d89226686 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Wed, 16 Aug 2023 23:01:52 -0500 Subject: [PATCH] live/README.md: fix stacker file path in an example Signed-off-by: Serge Hallyn --- live/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live/README.md b/live/README.md index 30f24dc..acd83b5 100644 --- a/live/README.md +++ b/live/README.md @@ -40,7 +40,7 @@ trust keyset add mostest trust project add mostest livecd ./build-livecd-rfs --project=mostest:livecd \ - --layer oci:oci:livecd-rootfs-squashfs + --layer oci:oci:rootfs-squashfs ```` The result will be a ./livecd.iso. There will also be a complete zot layout under ./zot-cache, if you want to snoop around.