mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
remove bootc
This commit is contained in:
parent
ec00650c53
commit
a091fb67df
3 changed files with 0 additions and 29 deletions
|
|
@ -1,5 +0,0 @@
|
|||
<%page args="_base_dir, root, version"/>
|
||||
|
||||
% if int(version) == 39:
|
||||
runcmd patch ${root}/usr/lib64/python3.12/site-packages/pyanaconda/modules/payloads/payload/rpm_ostree/installation.py ${_base_dir}/lorax_templates/bootc_patch/39.patch
|
||||
% endif
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
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",
|
||||
Loading…
Add table
Add a link
Reference in a new issue