diff options
Diffstat (limited to 'booty/ppc.py')
-rw-r--r-- | booty/ppc.py | 4 |
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" |