Use xorrisofs for creating ISOs when needed
A new configuration *createiso_use_xorrisofs* is added to determine which tool to use for creating ISOs. By default, createiso_use_xorrisofs = False and genisoimage will be used. When set to True, xorrisofs will be used. JIRA: RHELCMP-2875 Fixes: https://pagure.io/pungi/issue/1130 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
c27e21ccf8
commit
4c88e7dc0e
7 changed files with 33 additions and 4 deletions
|
|
@ -24,6 +24,7 @@ CreateIsoOpts = namedtuple(
|
|||
"supported",
|
||||
"os_tree",
|
||||
"hfs_compat",
|
||||
"use_xorrisofs",
|
||||
],
|
||||
)
|
||||
CreateIsoOpts.__new__.__defaults__ = (None,) * len(CreateIsoOpts._fields)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue