summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-08-03 17:30:25 +0000
committerJeremy Katz <katzj@redhat.com>2006-08-03 17:30:25 +0000
commit5c4b967cdd0b34c36565701910581c9309ad3874 (patch)
treef7a086046d4df89d451b85f8546fa06fc2db832c /installclass.py
parent3200c67c8dc811f2fde06694d1a64a34d98b4efa (diff)
downloadanaconda-5c4b967cdd0b34c36565701910581c9309ad3874.tar.gz
anaconda-5c4b967cdd0b34c36565701910581c9309ad3874.tar.xz
anaconda-5c4b967cdd0b34c36565701910581c9309ad3874.zip
2006-08-03 Jeremy Katz <katzj@redhat.com>
* packages.py (regKeyScreen): Use per-installclass description. * installclass.py: Allow description for reg key to be per-installclass.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index 24ab5b09a..c5d2d25aa 100644
--- a/installclass.py
+++ b/installclass.py
@@ -38,6 +38,7 @@ class BaseInstallClass:
showMinimal = 1
showLoginChoice = 0
description = None
+ regkeydesc = None
name = "base"
pkgstext = ""
# default to showing the upgrade option