Reference: https://fedoraproject.org/wiki/Changes/AnacondaWebUIforFedoraWorkstation
19 lines
678 B
XML
19 lines
678 B
XML
<image>
|
|
<profiles>
|
|
<profile name="Workstation-Live" description="Workstation Edition Live DVD">
|
|
<requires profile="GNOME-Desktop"/>
|
|
<requires profile="LiveInstall"/>
|
|
</profile>
|
|
<profile name="Workstation-Disk" description="Workstation Edition Install Disk">
|
|
<requires profile="GNOME-Desktop"/>
|
|
<requires profile="BootDiskCore"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="bootstrap" patternType="plusRecommended" profiles="Workstation-Live,Workstation-Disk">
|
|
<package name="fedora-release-workstation"/>
|
|
</packages>
|
|
<packages type="image" patternType="plusRecommended" profiles="Workstation-Live">
|
|
<package name="anaconda-webui"/>
|
|
</packages>
|
|
</image>
|