Files
Neal Gompa e51c49dfdf Add initial definitions for the Robotics lab
These are ported over from fedora-kickstarts with some small
cleanups.
2025-12-15 07:27:16 -05:00

83 lines
2.9 KiB
XML

<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>