summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-08 03:59:03 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-08 03:59:03 +0000
commit508e28dd96f1681e6cc1450aec9c93f94cfa93b8 (patch)
tree99923787df479ed5d13ac8556aff9b72a740083b /installclasses
parent459119c94529602d08de465b7ebfa4871d328081 (diff)
downloadanaconda-508e28dd96f1681e6cc1450aec9c93f94cfa93b8.tar.gz
anaconda-508e28dd96f1681e6cc1450aec9c93f94cfa93b8.tar.xz
anaconda-508e28dd96f1681e6cc1450aec9c93f94cfa93b8.zip
custom doesn't have authconfig anymore
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/custom.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index f11a2c7ba..6f015149d 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -12,8 +12,7 @@ class InstallClass(BaseInstallClass):
pixmap = "custom.png"
description = N_("Select this installation type to gain complete "
"control over the installation process, including "
- "software package selection and authentication "
- "preferences.")
+ "software package selection and partitioning.")
sortPriority = 10000
showLoginChoice = 1
showMinimal = 1