PR#2373: livemedia-creator: pass --nomacboot on non-x86_64
Merges #2373 https://pagure.io/koji/pull-request/2373 Fixes #2392 https://pagure.io/koji/issue/2392
This commit is contained in:
commit
48280d76e3
1 changed files with 2 additions and 0 deletions
|
|
@ -3590,6 +3590,8 @@ class LiveMediaTask(ImageTask):
|
|||
|
||||
if arch == 'x86_64':
|
||||
cmd.append('--macboot')
|
||||
else:
|
||||
cmd.append('--nomacboot')
|
||||
|
||||
if b_append:
|
||||
cmd.extend(['--extra-boot-args', '\"%s\"' % b_append])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue