add livecd-tools group to comps

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-01-19 11:08:18 -06:00
parent e25026c907
commit fe74399a08
1 changed files with 23 additions and 0 deletions

View File

@ -3895,6 +3895,29 @@
<packagereq type="optional">libreoffice-sdk-doc</packagereq>
</packagelist>
</group>
<!--
Note: The livecd-tools group lists packages that need to be installed
into the livecd in order to support the live environment and booting,
not all packages are available on all arches so we are using a comps
group to be able to ensure they exist
-->
<group>
<id>livecd-tools</id>
<_name>LiveCD Tools</_name>
<_description>Tools that need to be installed into a livecd for it to function</_description>
<default>false</default>
<uservisible>false</uservisible>
<packagelist>
<packagereq>dracut-live</packagereq>
<packagereq>dracut-config-generic</packagereq>
<packagereq>grub2-efi</packagereq>
<packagereq>kernel</packagereq>
<packagereq>kernel-modules</packagereq>
<packagereq>kernel-modules-extra</packagereq>
<packagereq>syslinux</packagereq>
</packagelist>
</group>
<group>
<id>load-balancer</id>
<_name>Load Balancer</_name>