This simply provides a new task in the task list with all the groups that make up the current "default desktop" installation. To get a minimal install, all you'd need to do is uncheck this and any other default tasks. --- installclasses/fedora.py | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/installclasses/fedora.py b/installclasses/fedora.py index 009fa7a..6ea6bff 100644 --- a/installclasses/fedora.py +++ b/installclasses/fedora.py @@ -37,16 +37,19 @@ class InstallClass(BaseInstallClass): # name has underscore used for mnemonics, strip if you dont need it id = "fedora" name = N_("_Fedora") - _description = N_("The default installation of %s includes a set of " - "software applicable for general internet usage. " - "What additional tasks would you like your system " - "to include support for?") + _description = N_("The default installation of %s is a minimal install. " + "What additional tasks would you like your system " + "to include support for?") _descriptionFields = (productName,) sortPriority = 10000 if productName.startswith("Red Hat Enterprise"): hidden = 1 - tasks = [(N_("Office and Productivity"), ["graphics", "office"]), + tasks = [(N_("General Internet Usage"), ["admin-tools", "base", "base-x", "editors", "fonts", + "games", "gnome-desktop", "graphical-internet", + "hardware-support", "input-methods", "java", + "printing", "sound-and-video", "text-internet"]), + (N_("Office and Productivity"), ["graphics", "office"]), (N_("Software Development"), ["development-libs", "development-tools", "gnome-software-development", "x-software-development"],), (N_("Web Server"), ["web-server"])] -- 1.6.4.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list