Since lorax has recently switched to using grub2 for BIOS live
and installer images, nothing official should be using syslinux
any more. This drops all syslinux entries from comps. The
x86-baremetal-tools group only listed syslinux, so it's now
unnecessary (I have sent a parallel PR for fedora-kickstarts to
remove it from fedora-live-base.ks). Cloud images have been
using grub2 since the switch from appliance-creator to
ImageFactory/oz back in Fedora 21, so syslinux has not been
needed in cloud-server group since then.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
As firmware attacks become more prevalent, and the LVFS gains even more
traction, we want systms to have updated firmwares where possible.
Currently, fwupd only gets pulled in on Workstation as a depdency of
gnome-software, but it should be installed much more broadly.
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Switching gnome-terminal for the more mobile/touch friendly gnome-console.
Adding Epiphany (GNOME Web) for web browsing.
Removing Pidgin (it does a similar job as Chatty and can be added if needed for things Chatty can't do)
Adding optional mmsd-tng (gives MMS support to Chatty)
The libusbx package has been obsoleted by libusb1 since Fedora 34.
Unfortunately, it was not retired and still listed here. Update to
libusb1-devel for F36 and F37 finally..