mirror of
https://github.com/t2linux/fedora-kiwi-descriptions.git
synced 2026-08-16 05:18:46 -07:00
We use it to soften the impact from pure Sway live experience with some helpful installation instructions. (cherry picked from commit c93273901e191f99f22609ea2def70b8dcb66faa)
20 lines
668 B
XML
20 lines
668 B
XML
<image>
|
|
<profiles>
|
|
<profile name="Sway-Live" description="Sway Spin Live DVD">
|
|
<requires profile="Sway-Desktop"/>
|
|
<requires profile="LiveInstall"/>
|
|
</profile>
|
|
<profile name="Sway-Disk" description="Sway Spin Install Disk">
|
|
<requires profile="Sway-Desktop"/>
|
|
<requires profile="BootDiskCore"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="bootstrap" patternType="plusRecommended" profiles="Sway-Live,Sway-Disk">
|
|
<package name="fedora-release-sway"/>
|
|
</packages>
|
|
<packages type="image" patternType="plusRecommended" profiles="Sway-Live">
|
|
<!-- Required to display installation instructions -->
|
|
<package name="nwg-wrapper"/>
|
|
</packages>
|
|
</image>
|