aboutsummaryrefslogtreecommitdiff
path: root/teams/robotics.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-12-15 07:27:16 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-12-15 07:27:16 -0500
commite51c49dfdfab18b75e1013a4e27e0ae1d4de897d (patch)
tree197f18086f603ba2115ac5357842caf4d2aaab94 /teams/robotics.xml
parent9bd988f52195deec41c44c73f1de41687b3d7bb3 (diff)
downloadkiwi-descriptions-e51c49dfdfab18b75e1013a4e27e0ae1d4de897d.tar.gz
kiwi-descriptions-e51c49dfdfab18b75e1013a4e27e0ae1d4de897d.zip
Add initial definitions for the Robotics lab
These are ported over from fedora-kickstarts with some small cleanups.
Diffstat (limited to 'teams/robotics.xml')
-rw-r--r--teams/robotics.xml82
1 files changed, 82 insertions, 0 deletions
diff --git a/teams/robotics.xml b/teams/robotics.xml
new file mode 100644
index 0000000..5c84c79
--- /dev/null
+++ b/teams/robotics.xml
@@ -0,0 +1,82 @@
+<image>
+ <profiles>
+ <profile name="RoboticsCore" description="Core packages for Robotics">
+ </profile>
+ <profile name="RoboticsGNOMEDesktop" description="Desktop packages for Robotics">
+ <requires profile="RoboticsCore"/>
+ <requires profile="DesktopCommon"/>
+ </profile>
+ <profile name="Robotics-Live" description="Robotics Lab Live DVD">
+ <requires profile="RoboticsGNOMEDesktop"/>
+ <requires profile="LiveInstall"/>
+ </profile>
+ <profile name="Robotics-Disk" description="Robotics Lab Install Disk">
+ <requires profile="RoboticsGNOMEDesktop"/>
+ <requires profile="BootDiskCore"/>
+ </profile>
+ </profiles>
+ <packages type="bootstrap" patternType="plusRecommended" profiles="RoboticsGNOMEDesktop">
+ <package name="fedora-release-workstation"/>
+ </packages>
+ <packages type="image" patternType="plusRecommended" profiles="RoboticsCore">
+ <namedCollection name="core"/>
+ <namedCollection name="standard"/>
+ <!-- Add robotics suite development packages -->
+ <namedCollection name="robotics-suite"/>
+ <package name="langpacks-en"/>
+ <package name="nano"/>
+ <package name="openssh-clients"/>
+ <package name="vim-enhanced"/>
+ <package name="wget2-wget"/>
+ <!-- Add version control packages -->
+ <package name="git"/>
+ <package name="mercurial"/>
+ <!-- No abrt -->
+ <ignore name="abrt*"/>
+ <!-- No legacy crontab -->
+ <ignore name="cron*"/>
+ <!-- Remove LaTeX stack (rhbz#1862450, rhbz#1902354) -->
+ <ignore name="texlive-base"/>
+ <ignore name="texlive-latex"/>
+ <!-- Dictionaries are big -->
+ <ignore name="aspell-*"/>
+ <ignore name="man-pages*"/>
+ <ignore name="words"/>
+ </packages>
+ <packages type="image" patternType="plusRecommended" profiles="RoboticsGNOMEDesktop">
+ <namedCollection name="base-graphical"/>
+ <namedCollection name="desktop-accessibility"/>
+ <namedCollection name="firefox"/>
+ <namedCollection name="gnome-desktop"/>
+ <namedCollection name="guest-desktop-agents"/>
+ <namedCollection name="networkmanager-submodules"/>
+ <package name="emacs"/>
+ <!-- Drop some system-config things -->
+ <ignore name="system-config-language"/>
+ <ignore name="system-config-network"/>
+ <ignore name="system-config-rootpassword"/>
+ <ignore name="system-config-services"/>
+ <ignore name="system-config-printer*"/>
+ <ignore name="policycoreutils-gui"/>
+ <!-- No user docs -->
+ <ignore name="gnome-user-docs"/>
+ <!-- No inkscape -->
+ <ignore name="inkscape*"/>
+ <ignore name="GraphicsMagick*"/>
+ <ignore name="ImageMagick*"/>
+ <!-- Block extra GNOME applications -->
+ <ignore name="gnome-boxes"/>
+ <ignore name="gnome-calendar"/>
+ <ignore name="gnome-clocks"/>
+ <ignore name="gnome-contacts"/>
+ <ignore name="gnome-disk-utility"/>
+ <ignore name="gnome-documents"/>
+ <ignore name="gnome-font-viewer"/>
+ <ignore name="gnome-maps"/>
+ <ignore name="gnome-photos"/>
+ <ignore name="gnome-weather"/>
+ <ignore name="grilo-plugins"/>
+ <ignore name="totem"/>
+ <ignore name="totem-nautilus"/>
+ </packages>
+</image>