17 lines
516 B
XML
17 lines
516 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE comps PUBLIC "-//Red Hat, Inc.//DTD Comps info//EN" "comps.dtd">
|
||
|
<comps>
|
||
|
<group>
|
||
|
<id>core</id>
|
||
|
<name>Core</name>
|
||
|
<description>Smallest possible installation</description>
|
||
|
<default>true</default>
|
||
|
<uservisible>false</uservisible>
|
||
|
<packagelist>
|
||
|
<packagereq type="mandatory"> foo </packagereq>
|
||
|
<packagereq type="mandatory">bar </packagereq>
|
||
|
<packagereq type="mandatory"> baz</packagereq>
|
||
|
</packagelist>
|
||
|
</group>
|
||
|
</comps>
|