#762 Use another kickstart file for ppc64le Live Workstation
Closed 4 years ago by dftxbs3e. Opened 4 years ago by dftxbs3e.
dftxbs3e/pungi-fedora fix-live-workstation-ppc64le  into  master

file modified
+10 -2
@@ -476,12 +476,20 @@ 

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

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

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

-                 'failable': ['ppc64le'],

                  'repo': 'Everything',

                  'install_tree_from': 'Everything',

                  'subvariant': 'Workstation'

  

-             }

+             },

+             {

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

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

+                 'arches': ['ppc64le'],

+                 'failable': ['ppc64le'],

+                 'repo': 'Everything',

+                 'install_tree_from': 'Everything',

+                 'subvariant': 'Workstation'

+             },

          ],

      '^Spins': [

              {

I submitted a pull request on the fedora-kickstarts repo: https://pagure.io/fedora-kickstarts/pull-request/571
When that one is merged, this can be as well!

If you know a better way of achieving what I just did for stripping memtest86+ and syslinux please do share.

Signed-off-by: John Doe dftxbs3e@free.fr

This should be resolvable in other ways, we've had similar issues with cloud images where things for VMware are only available on x86 yet we can build using a single kickstart across all arches.

@pbrobinson The only way I see is by using package groups, however it's not practical to do this for only two packages and for ppc64le only.

Cloud images have the 'cloud-server-environment' group. See: https://pagure.io/fedora-kickstarts/blob/master/f/fedora-cloud-base.ks#_63

Pull-Request has been closed by dftxbs3e

4 years ago
Metadata