#767 Backport #755
Closed 4 years ago by mohanboddu. Opened 4 years ago by dftxbs3e.
dftxbs3e/pungi-fedora live-workstation-ppc64le  into  f31

file modified
+2 -2
@@ -444,7 +444,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',
@@ -475,7 +475,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">

@dftxbs3e I don't see a change request for this in f31, although I would love to have this in f31.

CC @kevin

Pull-Request has been closed by mohanboddu

4 years ago
Metadata