summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-07-30 03:52:07 +0000
committerJeremy Katz <katzj@redhat.com>2004-07-30 03:52:07 +0000
commit0f0a1b3fb8b45298fda76b06582e2121c4e77558 (patch)
treee5a9ebffc45b99d59f43e8bccf3fe1f0b7541c9e /textw
parent6c1a9b0c30923faff3c439db854668c44a862317 (diff)
downloadanaconda-0f0a1b3fb8b45298fda76b06582e2121c4e77558.tar.gz
anaconda-0f0a1b3fb8b45298fda76b06582e2121c4e77558.tar.xz
anaconda-0f0a1b3fb8b45298fda76b06582e2121c4e77558.zip
swap order of install/upgrade options, default to install with RHEL
Diffstat (limited to 'textw')
-rw-r--r--textw/upgrade_text.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 2b5ea9e06..b118a2010 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -196,13 +196,14 @@ class UpgradeExamineWindow:
else:
scroll = 0
partList = []
+ partList.append(_("Reinstall System"))
+
for (drive, fs, desc) in parts:
if drive[:5] != "/dev/":
devname = "/dev/" + drive
else:
devname = drive
partList.append("%s (%s)" %(desc, drive))
- partList.append(_("Reinstall System"))
(button, choice) = ListboxChoiceWindow(screen, _("System to Upgrade"),
_("One or more existing Linux installations "