Drop all syslinux entries, and the x86-baremetal-tools group

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>
This commit is contained in:
Adam Williamson 2022-06-03 10:48:19 -07:00
parent 1ba68b1ab4
commit 9e4980956d
1 changed files with 0 additions and 13 deletions

View File

@ -96,7 +96,6 @@
<packagereq arch="aarch64" type="mandatory">shim-aa64</packagereq>
<packagereq arch="x86_64" type="mandatory">shim-ia32</packagereq>
<packagereq arch="x86_64" type="mandatory">shim-x64</packagereq>
<packagereq arch="x86_64" type="mandatory">syslinux-extlinux</packagereq>
<packagereq type="mandatory">teamd</packagereq>
<packagereq type="mandatory">xfsprogs</packagereq>
</packagelist>
@ -539,7 +538,6 @@
<packagereq type="mandatory">dracut-config-generic</packagereq>
<packagereq type="mandatory">grubby</packagereq>
<packagereq type="mandatory">rsync</packagereq>
<packagereq arch="x86_64" type="mandatory">syslinux-extlinux</packagereq>
<packagereq type="mandatory">tar</packagereq>
<packagereq type="default">console-login-helper-messages-issuegen</packagereq>
<packagereq type="default">console-login-helper-messages-motdgen</packagereq>
@ -5778,17 +5776,6 @@
<packagereq type="optional">xorg-x11-xbitmaps</packagereq>
</packagelist>
</group>
<group>
<id>x86-baremetal-tools</id>
<_name>x86 Baremetal Tools</_name>
<_description>Tools for working with baremetal x86 systems</_description>
<default>false</default>
<uservisible>false</uservisible>
<packagelist>
<packagereq>syslinux</packagereq>
</packagelist>
</group>
<group>
<id>xfce-apps</id>
<_name>Applications for the Xfce Desktop</_name>
<_description>A set of commonly used applications for the Xfce Desktop</_description>