#2452 kojid: fix extra-boot-args option
Merged 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue2437  into  master

file modified
+1 -2
@@ -3588,8 +3588,7 @@ 

              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)

Fixes: https://pagure.io/koji/issue/2437

@breilly #2262 introduced this. Is there any reason to do that or is my patch ok?

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

4 years ago

Commit ef39c5b fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago