diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:56:21 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-19 05:56:21 +0000 |
commit | 63f7f6022f6d44648a407c89a6a621be5dc58f79 (patch) | |
tree | df73402e43729c1fa4cfad9d325d57c5622a7d0c | |
parent | b2fb5b28e1ec5609e03ea5c3cf97fa17e92a6217 (diff) | |
download | anaconda-63f7f6022f6d44648a407c89a6a621be5dc58f79.tar.gz anaconda-63f7f6022f6d44648a407c89a6a621be5dc58f79.tar.xz anaconda-63f7f6022f6d44648a407c89a6a621be5dc58f79.zip |
doh
-rw-r--r-- | installclasses/custom.py | 2 |
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 " |