mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
5 lines
No EOL
242 B
Cheetah
5 lines
No EOL
242 B
Cheetah
<%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 |