summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-21 13:24:43 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 15:07:55 -0500
commit6db11661989a865a0cf59ca2be37208b498f2b71 (patch)
tree3d2bad7cdc9afed650da90c2c9c55138c3142f8e /textw
parent738b76a60481881365db518cbeee7bdb677d97de (diff)
downloadanaconda-6db11661989a865a0cf59ca2be37208b498f2b71.tar.gz
anaconda-6db11661989a865a0cf59ca2be37208b498f2b71.tar.xz
anaconda-6db11661989a865a0cf59ca2be37208b498f2b71.zip
Move bootloader into the Anaconda object.
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py2
-rw-r--r--textw/timezone_text.py2
-rw-r--r--textw/upgrade_bootloader_text.py2
-rw-r--r--textw/zipl_text.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index 6d1e61b19..f021e4f34 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -130,7 +130,7 @@ class PartitionTypeWindow:
if rc == "F2":
if self.addDriveDialog(screen) != INSTALL_BACK:
anaconda.storage.reset()
- anaconda.id.bootloader.updateDriveList()
+ anaconda.bootloader.updateDriveList()
continue
if res == TEXT_BACK_CHECK:
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index d39fc998c..c78442a2d 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -73,7 +73,7 @@ class TimezoneWindow:
t = TextboxReflowed(30,
_("In which time zone are you located?"))
- if not anaconda.ksdata and not hasWindows(anaconda.id.bootloader):
+ if not anaconda.ksdata and not hasWindows(anaconda.bootloader):
asUtc = True
#
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index 3f2d1273e..db736f35c 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -83,7 +83,7 @@ class UpgradeBootloaderWindow:
def __call__(self, screen, anaconda):
self.screen = screen
self.dispatch = anaconda.dispatch
- self.bl = anaconda.id.bootloader
+ self.bl = anaconda.bootloader
newToLibata = self._ideToLibata(anaconda.rootPath)
(self.type, self.bootDev) = \
diff --git a/textw/zipl_text.py b/textw/zipl_text.py
index b112e0b5b..23789ff68 100644
--- a/textw/zipl_text.py
+++ b/textw/zipl_text.py
@@ -29,7 +29,7 @@ _ = lambda x: gettext.ldgettext("anaconda", x)
class ZiplWindow:
def __call__(self, screen, anaconda):
- self.bl = anaconda.id.bootloader
+ self.bl = anaconda.bootloader
t = TextboxReflowed(53,
_("The z/IPL Boot Loader will be installed "