Even if betanag is triggered, we still want the dialog to say Red Hat Enterprise Linux rather than Red Hat Enterprise Linux Public Beta. The reason for this is that bugzilla.redhat.com no longer has (or ever had, I don't know for sure) a product named 'Red Hat Enterprise Linux Public Beta'. --- packages.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages.py b/packages.py index c593a54..b65c35c 100644 --- a/packages.py +++ b/packages.py @@ -335,7 +335,7 @@ def recreateInitrd (kernelTag, instRoot): def betaNagScreen(anaconda): publicBetas = { "Red Hat Linux": "Red Hat Linux Public Beta", - "Red Hat Enterprise Linux": "Red Hat Enterprise Linux Public Beta", + "Red Hat Enterprise Linux": "Red Hat Enterprise Linux", "Fedora Core": "Fedora Core", "Fedora": "Fedora" } -- 1.7.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list