diff options
Diffstat (limited to 'teams/xfce.xml')
| -rw-r--r-- | teams/xfce.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/teams/xfce.xml b/teams/xfce.xml index 09c3d1c..80f3a58 100644 --- a/teams/xfce.xml +++ b/teams/xfce.xml @@ -4,8 +4,12 @@ <requires profile="Xfce-Desktop"/> <requires profile="LiveInstall"/> </profile> + <profile name="Xfce-Disk" description="Xfce Spin Install Disk"> + <requires profile="Xfce-Desktop"/> + <requires profile="BootDiskCore"/> + </profile> </profiles> - <packages type="bootstrap" patternType="plusRecommended" profiles="Xfce-Live"> + <packages type="bootstrap" patternType="plusRecommended" profiles="Xfce-Live,Xfce-Disk"> <package name="fedora-release-xfce"/> </packages> </image> |