Re: [PATCH] Provide an easier way to get a minimal install (#523839).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 12 Oct 2009, Chris Lumens wrote:

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"])]



Aside from what notting already said, I'm not opposed to implementing
something like this, but what I'd like to see is the definition of 'minimal'
coming from something else mostly so we have an answer to the "please include
____ in minimal" bugs.

Perhaps the definition of minimal should come from FESCo.  I don't think we
should be in the business of defining and implementing this, just implementing
it.

- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrTjCcACgkQ5hsjjIy1VklhqgCeNIGj2xPryoNQuuNns9hVARfz
674AnA8j3xYQSlN4+G2TEyUFf2G0ztTG
=gGgC
-----END PGP SIGNATURE-----

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux