summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-19 05:18:35 +0000
committerMike Fulbright <msf@redhat.com>2002-07-19 05:18:35 +0000
commit46ad88cc0fda480fe7f3fd084e8ce12417da7500 (patch)
tree9bdc508899435733004fdd4435b2022a0d5e6754 /installclasses
parentf98ba6b2f804baaa6c6bb336f1ba6acc7fa31ba6 (diff)
downloadanaconda-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.py1
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 "