summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-12-03 19:22:42 +0000
committerMike Fulbright <msf@redhat.com>2002-12-03 19:22:42 +0000
commit5e50c748f25f0cdf2f1f1307ee2ed6357284aff4 (patch)
tree8c2113e825a073f67ba48f65da956ea68854592a /installclasses/custom.py
parentbcb16098cd35a660040adeb722be6fa084e596dd (diff)
downloadanaconda-5e50c748f25f0cdf2f1f1307ee2ed6357284aff4.tar.gz
anaconda-5e50c748f25f0cdf2f1f1307ee2ed6357284aff4.tar.xz
anaconda-5e50c748f25f0cdf2f1f1307ee2ed6357284aff4.zip
add concept of whether user gets to choose default run level
Diffstat (limited to 'installclasses/custom.py')
-rw-r--r--installclasses/custom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index 440124c49..d338c9e8c 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -10,6 +10,7 @@ class InstallClass(BaseInstallClass):
name = N_("Custom")
pixmap = "custom.png"
showMinimal = 1
+ showLoginChoice = 1
description = N_("Select this installation type to gain complete "
"control over the installation process, including "
"software package selection and authentication "