summaryrefslogtreecommitdiffstats
path: root/booty/ppc.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/ppc.py
parent738b76a60481881365db518cbeee7bdb677d97de (diff)
downloadanaconda-6db11661989a865a0cf59ca2be37208b498f2b71.tar.gz
anaconda-6db11661989a865a0cf59ca2be37208b498f2b71.tar.xz
anaconda-6db11661989a865a0cf59ca2be37208b498f2b71.zip
Move bootloader into the Anaconda object.
Diffstat (limited to 'booty/ppc.py')
-rw-r--r--booty/ppc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/booty/ppc.py b/booty/ppc.py
index fbdd376ea..a64034473 100644
--- a/booty/ppc.py
+++ b/booty/ppc.py
@@ -172,8 +172,8 @@ class ppcBootloaderInfo(bootloaderInfo):
return 0
- def __init__(self, instData):
- bootloaderInfo.__init__(self, instData)
+ def __init__(self, anaconda):
+ bootloaderInfo.__init__(self, anaconda)
self.useYabootVal = 1
self.kernelLocation = "/boot"
self._configdir = "/etc"