summaryrefslogtreecommitdiffstats
path: root/booty/s390.py
diff options
context:
space:
mode:
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"