Diffstat (limited to 'teams/xfce.xml')
| -rw-r--r-- | teams/xfce.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/teams/xfce.xml b/teams/xfce.xml new file mode 100644 index 0000000..80f3a58 --- /dev/null +++ b/teams/xfce.xml @@ -0,0 +1,15 @@ +<image> + <profiles> + <profile name="Xfce-Live" description="Xfce Spin Live DVD"> + <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,Xfce-Disk"> + <package name="fedora-release-xfce"/> + </packages> +</image> |