From 13876998bf6a83e962b735f747e1d14d9f31fe36 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:18:28 -0400 Subject: [PATCH] fix order of command --- lorax_templates/bootc_patch/39.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lorax_templates/bootc_patch/39.patch b/lorax_templates/bootc_patch/39.patch index f08c9ee..738c871 100644 --- a/lorax_templates/bootc_patch/39.patch +++ b/lorax_templates/bootc_patch/39.patch @@ -1,11 +1,11 @@ -577,578c577,579 -< args = ["install", "to-filesystem", "--source-imgref=" + ref, -< self._physroot] +577,579c577,578 +< args = ["container", "image", "deploy", +< "--sysroot=" + self._physroot, +< "--image=" + ref] --- -> args = ["container", "image", "deploy", -> "--sysroot=" + self._physroot, -> "--image=" + ref] -588c589 -< "bootc", +> args = ["install", "to-filesystem", "--source-imgref=" + ref, +> self._physroot] +589c588 +< "ostree", --- -> "ostree", +> "bootc",