diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:18:35 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:18:35 +0000 |
commit | 46ad88cc0fda480fe7f3fd084e8ce12417da7500 (patch) | |
tree | 9bdc508899435733004fdd4435b2022a0d5e6754 /installclasses | |
parent | f98ba6b2f804baaa6c6bb336f1ba6acc7fa31ba6 (diff) | |
download | anaconda-46ad88cc0fda480fe7f3fd084e8ce12417da7500.tar.gz anaconda-46ad88cc0fda480fe7f3fd084e8ce12417da7500.tar.xz anaconda-46ad88cc0fda480fe7f3fd084e8ce12417da7500.zip |
add property as to whether to show minimal grouop or not
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/custom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py index d8f97f750..aaab1ce9d 100644 --- a/installclasses/custom.py +++ b/installclasses/custom.py @@ -9,6 +9,7 @@ from autopart import getAutopartitionBoot, autoCreatePartitionRequests class InstallClass(BaseInstallClass): name = N_("Custom") pixmap = "custom.png" + showMinimal = 0 description = N_("Select this installation type to gain complete " "control over the installation process, including " "software package selection and authentication " |