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

This reverts commit 9e4980956d6c14e847f1f48fbd38a080386240ba. It
turns out we need to revert to older lorax that uses syslinux for
now - see https://pagure.io/pungi/issue/1608 - so we need it back
in the groups too.
This commit is contained in:
Adam Williamson 2022-06-06 11:33:20 -07:00
parent fc425d78ec
commit 798013cb38

View File

@ -96,6 +96,7 @@
<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>
@ -538,6 +539,7 @@
<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>
@ -5777,6 +5779,16 @@
<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>