The Fedora LXDE spin does not have a fedora-release variant, so the image build fails when trying to request one. This is an error in fedora-release and will (hopefully) be eventually fixed. For now, disable the block requesting it so we can restore it later.
18 lines
583 B
XML
18 lines
583 B
XML
<image>
|
|
<profiles>
|
|
<profile name="LXDE-Live" description="LXDE Spin Live DVD">
|
|
<requires profile="LXDE-Desktop"/>
|
|
<requires profile="LiveInstall"/>
|
|
</profile>
|
|
<profile name="LXDE-Disk" description="LXDE Spin Install Disk">
|
|
<requires profile="LXDE-Desktop"/>
|
|
<requires profile="BootDiskCore"/>
|
|
</profile>
|
|
</profiles>
|
|
<!-- fedora-release-lxde does not exist yet... cf. https://bugzilla.redhat.com/2420045
|
|
<packages type="bootstrap" patternType="plusRecommended" profiles="LXDE-Live,LXDE-Disk">
|
|
<package name="fedora-release-lxde"/>
|
|
</packages>
|
|
-->
|
|
</image>
|