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