#2373 livemedia-creator: pass --nomacboot on non-x86_64
Merged 3 years ago by tkopecek. Opened 3 years ago by adamwill.
adamwill/koji livemedia-nomacboot  into  master

file modified
+2
@@ -3579,6 +3579,8 @@ 

  

          if arch == 'x86_64':

              cmd.append('--macboot')

+         else:

+             cmd.append('--nomacboot')

  

          if b_append:

              cmd.extend(['--extra-boot-args',

See https://pagure.io/releng/issue/9601 . It seems the default
is 'try to enable Mac booting' and we need to explicitly pass
--nomacboot to turn it off. We only support x86_64 Macs for
now, so we don't want to try and make live images bootable on
Mac on any other arch.

Signed-off-by: Adam Williamson awilliam@redhat.com

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

3 years ago

Commit 48280d7 fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago

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

3 years ago