PR#2452: kojid: fix extra-boot-args option
Merges #2452 https://pagure.io/koji/pull-request/2452 Fixes: #2437 https://pagure.io/koji/issue/2437 koji 1.22 --extra-boot-args for livemedia doesn't work
This commit is contained in:
commit
ef39c5b65e
1 changed files with 1 additions and 2 deletions
|
|
@ -3588,8 +3588,7 @@ class LiveMediaTask(ImageTask):
|
|||
cmd.append('--macboot')
|
||||
|
||||
if b_append:
|
||||
cmd.extend(['--extra-boot-args',
|
||||
'--append=\"%s\"' % b_append])
|
||||
cmd.extend(['--extra-boot-args', '\"%s\"' % b_append])
|
||||
|
||||
if 'lorax_url' in self.opts:
|
||||
templates_dir = self.fetch_lorax_templates_from_scm(broot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue