1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
build-container-installer/lorax_templates/bootc_patch/39.patch
2024-03-13 17:38:51 -04:00

18 lines
696 B
Diff

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=oci:" + ref,
> self._physroot]
589c581
< "ostree",
---
> "bootc",