summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-05-23 22:32:40 +0000
committerJeremy Katz <katzj@redhat.com>2005-05-23 22:32:40 +0000
commitc190847b3c05a2db597df2edda68993204e5e067 (patch)
treec1a10cd03647e8c6032fa95978cfb7bd4b1b67a2
parent61e404dbbb661b0f7e2db9ada2a359a2cc7ce7c4 (diff)
downloadanaconda-c190847b3c05a2db597df2edda68993204e5e067.tar.gz
anaconda-c190847b3c05a2db597df2edda68993204e5e067.tar.xz
anaconda-c190847b3c05a2db597df2edda68993204e5e067.zip
2005-05-23 Jeremy Katz <katzj@redhat.com>
* constants.py (BETANAG): No betanag for fc4-branch
-rw-r--r--ChangeLog4
-rw-r--r--constants.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a1c02077..1ca29c322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-05-23 Jeremy Katz <katzj@redhat.com>
+ * constants.py (BETANAG): No betanag for fc4-branch
+
+2005-05-23 Jeremy Katz <katzj@redhat.com>
+
* partedUtils.py (DiskSet.getLabels): Look for labels on all
fstypes.
diff --git a/constants.py b/constants.py
index d119a32d7..cbbf61a95 100644
--- a/constants.py
+++ b/constants.py
@@ -15,7 +15,7 @@
from rhpl.translate import _, N_
-BETANAG = 1
+BETANAG = 0
DEBUG = 0