1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
build-container-installer/lorax_templates/bootc_patch.tmpl
2024-03-13 11:59:07 -04:00

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