Creating the image requires running lorax. There is however already one
lorax instance being run in the buildinstall phase. When the second one
runs, it overwrites the outputs from first one and people expecting to
boot netinst over PXE are instead getting ostree workstation.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1477916
Relates: https://pagure.io/pungi/issue/695
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
Since we are currently building atomic host media every night using
the cloud variant then we need to add ostree-support group if we
want to pull in new ostree tools into the ISO installer images.
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
Fix for #6737
python-classroom is the first armhfp image under Labs variant.
And, the compose has been failing since its missing from
variants.xml file. This will fix it.
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This is the initial enablement for aarch64 on rawhide. It adds:
* repos/net install for Everything/Cloud/Server/Workstation
* Server DVD installs
It also cleans up the config a little, remove s390(x) multilib, orders
architectures alphabetically so they're consistent and a litte easier to
read thoughout variants-fedora.xml.
What is still outstanding:
* Add configs for slicing up the compose output and sync out to mirror locations
* Cloud and Docker images
* Disk images
The first item will be a new PR, the later two are being worked upon.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
the Server environment itself is not actually included in F24
and Rawhide Server DVDs ATM, only 'Infrastructure Server' and
'Web Server' show up in the environment list. This lists the
Server environment and removes the other two, which we don't
want to make available as environments for Fedora Server.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
add empty variants for Docker and Cloud_Images
Rename Spins to Labs
Rename Live to Spins
add armhfp to Spins variant
we will put all the arch desktop images/isos in Spins
Signed-off-by: Dennis Gilmore <dennis@ausil.us>