diff --git a/lorax_templates/bootc_patch/39.patch b/lorax_templates/bootc_patch/39.patch index 738c871..035e677 100644 --- a/lorax_templates/bootc_patch/39.patch +++ b/lorax_templates/bootc_patch/39.patch @@ -1,11 +1,18 @@ -577,579c577,578 +577,586c577,578 < args = ["container", "image", "deploy", < "--sysroot=" + self._physroot, < "--image=" + ref] +< +< if self._data.transport: +< args.append("--transport=" + self._data.transport) +< if self._data.stateroot: +< args.append("--stateroot=" + self._data.stateroot) +< if not self._data.signature_verification_enabled: +< args.append("--no-signature-verification") --- -> args = ["install", "to-filesystem", "--source-imgref=" + ref, +> args = ["install", "to-filesystem", "--source-imgref=oci:" + ref, > self._physroot] -589c588 +589c581 < "ostree", --- > "bootc",