summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-07-19 05:56:21 +0000
committerMike Fulbright <msf@redhat.com>2002-07-19 05:56:21 +0000
commit63f7f6022f6d44648a407c89a6a621be5dc58f79 (patch)
treedf73402e43729c1fa4cfad9d325d57c5622a7d0c /installclasses
parentb2fb5b28e1ec5609e03ea5c3cf97fa17e92a6217 (diff)
downloadanaconda-63f7f6022f6d44648a407c89a6a621be5dc58f79.tar.gz
anaconda-63f7f6022f6d44648a407c89a6a621be5dc58f79.tar.xz
anaconda-63f7f6022f6d44648a407c89a6a621be5dc58f79.zip
doh
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index aaab1ce9d..440124c49 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -9,7 +9,7 @@ from autopart import getAutopartitionBoot, autoCreatePartitionRequests
class InstallClass(BaseInstallClass):
name = N_("Custom")
pixmap = "custom.png"
- showMinimal = 0
+ showMinimal = 1
description = N_("Select this installation type to gain complete "
"control over the installation process, including "
"software package selection and authentication "