summaryrefslogtreecommitdiffstats
path: root/booty/s390.py
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 /booty/s390.py
parent738b76a60481881365db518cbeee7bdb677d97de (diff)
downloadanaconda-6db11661989a865a0cf59ca2be37208b498f2b71.tar.gz
anaconda-6db11661989a865a0cf59ca2be37208b498f2b71.tar.xz
anaconda-6db11661989a865a0cf59ca2be37208b498f2b71.zip
Move bootloader into the Anaconda object.
Diffstat (limited to 'booty/s390.py')
-rw-r--r--booty/s390.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/booty/s390.py b/booty/s390.py
index 1cc6e7167..1a4c9f3d7 100644
--- a/booty/s390.py
+++ b/booty/s390.py
@@ -170,8 +170,8 @@ class s390BootloaderInfo(bootloaderInfo):
return self.writeChandevConf(bl, instRoot)
- def __init__(self, instData):
- bootloaderInfo.__init__(self, instData)
+ def __init__(self, anaconda):
+ bootloaderInfo.__init__(self, anaconda)
self.useZiplVal = 1 # only used on s390
self.kernelLocation = "/boot/"
self._configdir = "/etc"