summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-30 22:03:34 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-30 22:03:34 +0000
commitb56f3b253a27034a0e456c26794cfa92f4402cb2 (patch)
treeb866553972c11e9a915145248196978e17a974f1 /textw
parent73c71e5f54603561e85da669164a5a1e8f47ac18 (diff)
downloadanaconda-b56f3b253a27034a0e456c26794cfa92f4402cb2.tar.gz
anaconda-b56f3b253a27034a0e456c26794cfa92f4402cb2.tar.xz
anaconda-b56f3b253a27034a0e456c26794cfa92f4402cb2.zip
more /mnt/sysimage surgery
Diffstat (limited to 'textw')
-rw-r--r--textw/upgrade_bootloader_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index e1ae104cb..0b351f885 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -29,7 +29,7 @@ class UpgradeBootloaderWindow:
self.bl = bl
(self.type, self.bootDev) = \
- checkbootloader.getBootloaderTypeAndBoot("/mnt/sysimage")
+ checkbootloader.getBootloaderTypeAndBoot(dispatch.instPath)
blradio = RadioGroup()