remove templates for xorr

This commit is contained in:
Louis Abel 2022-06-27 00:29:45 -07:00
parent 8302604f7d
commit 6d239b48e9
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 5 deletions

View File

@ -7,12 +7,12 @@ mkdir -p {{ compose_work_iso_dir }}/{{ arch }}
cd {{ compose_work_iso_dir }}/{{ arch }}
{% else %}
cd /builddir
{% endif %}
if ! TEMPLATE="$($(head -n1 $(which lorax) | cut -c3-) -c 'import pylorax; print(pylorax.find_templates())')"; then
TEMPLATE="/usr/share/lorax"
fi
{% endif %}
{{ make_image }} | tee -a {{ log_path }}

View File

@ -986,9 +986,6 @@ class IsoBuild:
if 'genisoimage' in required_pkgs and 'xorriso' not in required_pkgs:
required_pkgs.append('xorriso')
if self.extra_iso_mode == 'podman':
required_pkgs.append('which')
rclevel = ''
if self.release_candidate:
rclevel = '-' + self.rclvl