fix list and fix packages

This commit is contained in:
Louis Abel 2022-06-26 23:51:08 -07:00
parent fce45f3a72
commit b262e6f0c5
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 4 additions and 0 deletions

View File

@ -976,6 +976,9 @@ 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
@ -1113,6 +1116,7 @@ class IsoBuild:
"""
cmd = self.podman_cmd()
entries_dir = os.path.join(work_root, "entries")
bad_exit_list = []
for i in images:
entry_name_list = []
image_name = i