summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-01 19:36:06 +0000
committerMatt Wilson <msw@redhat.com>2000-02-01 19:36:06 +0000
commita9461ec5d1001f69ea6b2382b27e389e77e6fb35 (patch)
tree8d38121d793ba484f77417e8a197d975bb7183b3 /text.py
parent72698e2c49ac293a423e5b961b4b3f237be0c2e8 (diff)
downloadanaconda-a9461ec5d1001f69ea6b2382b27e389e77e6fb35.tar.gz
anaconda-a9461ec5d1001f69ea6b2382b27e389e77e6fb35.tar.xz
anaconda-a9461ec5d1001f69ea6b2382b27e389e77e6fb35.zip
moved bootdisk screen to post-install
Diffstat (limited to 'text.py')
-rw-r--r--text.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/text.py b/text.py
index 4a72afb10..a0942dc17 100644
--- a/text.py
+++ b/text.py
@@ -1096,11 +1096,11 @@ class InstallInterface:
"package-selection" ],
[_("X Configuration"), XConfigWindow, (self.screen, todo),
"xconfig" ],
- [_("Boot Disk"), BootDiskWindow, (self.screen, todo),
- "bootdisk" ],
[_("Installation Begins"), BeginInstallWindow,
(self.screen, todo), "confirm-install" ],
[_("Install System"), InstallWindow, (self.screen, todo) ],
+ [_("Boot Disk"), BootDiskWindow, (self.screen, todo),
+ "bootdisk" ],
[_("Boot Disk"), BootdiskWindow, (self.screen, todo), "bootdisk"],
[_("X Configuration"), XconfiguratorWindow, (self.screen, todo),
"xconfig"],
@@ -1119,9 +1119,9 @@ class InstallInterface:
[_("Customize Upgrade"), CustomizeUpgradeWindow,
(self.screen, todo, self.individual), "custom-upgrade" ],
[_("Individual Packages"), IndividualPackageWindow, (self.screen, todo, self.individual)],
+ [_("Upgrade System"), InstallWindow, (self.screen, todo)],
[_("Boot Disk"), BootDiskWindow, (self.screen, todo),
"bootdisk" ],
- [_("Upgrade System"), InstallWindow, (self.screen, todo)],
[_("Boot Disk"), BootdiskWindow, (self.screen, todo), "bootdisk"],
[_("Upgrade Complete"), FinishedWindow, (self.screen, todo)]
]