#755 Build Workstation ISO and Live medias for ppc64le
Merged 4 years ago by mohanboddu. Opened 4 years ago by dftxbs3e.
dftxbs3e/pungi-fedora iso-and-live-for-ppc64le  into  master

file modified
+2 -2
@@ -430,7 +430,7 @@ 

                      'kickstart': 'fedora-disk-workstation.ks',

                      'distro': 'Fedora-22',

                      'disk_size': 11,

-                     'arches': ['armhfp', 'aarch64'],

+                     'arches': ['armhfp', 'aarch64', 'ppc64le'],

                      'repo': 'Everything',

                      'install_tree_from': 'Everything',

                      'subvariant': 'Workstation',
@@ -461,7 +461,7 @@ 

              {

                  'name': 'Fedora-Workstation-Live',

                  'kickstart': 'fedora-live-workstation.ks',

-                 'arches': ['x86_64', ],

+                 'arches': ['x86_64', 'ppc64le'],

                  'repo': 'Everything',

                  'install_tree_from': 'Everything',

                  'subvariant': 'Workstation'

file modified
+1
@@ -75,6 +75,7 @@ 

              <arch>aarch64</arch>

              <arch>armhfp</arch>

              <arch>x86_64</arch>

+             <arch>ppc64le</arch>

          </arches>

      </variant>

      <variant id="Silverblue" name="Silverblue" type="variant" is_empty="true">

https://bugzilla.redhat.com/show_bug.cgi?id=1733673

Also it would be nice to merge this into f30, f31, etc.

Pull-Request has been merged by mohanboddu

4 years ago

So, this is gonna take some more work...

https://koji.fedoraproject.org/koji/taskinfo?taskID=37368177

failed due to: missing packages: memtest86+, syslinux.

memtest86+ and syslinux are x86 only programs. I'm looking at stripping those out and will open another pull request.

@kevin Looks like it built! https://koji.fedoraproject.org/koji/taskinfo?taskID=37575175

I tested the ISO, it's a little buggy but I think it's due to Rawhide rather than ppc64le specific support.

Excellent. Thanks for working on this...

Metadata