summaryrefslogtreecommitdiffstats
path: root/booty/ia64.py
diff options
context:
space:
mode:
Diffstat (limited to 'booty/ia64.py')
-rw-r--r--booty/ia64.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/booty/ia64.py b/booty/ia64.py
index c5bd42e3c..bf2689fd2 100644
--- a/booty/ia64.py
+++ b/booty/ia64.py
@@ -36,7 +36,7 @@ class ia64BootloaderInfo(efiBootloaderInfo):
def makeInitrd(self, kernelTag):
return "/boot/efi/EFI/redhat/initrd%s.img" % kernelTag
- def __init__(self, storage, network):
- efiBootloaderInfo.__init__(self, storage, network)
+ def __init__(self, instData):
+ efiBootloaderInfo.__init__(self, instData)
self._configname = "elilo.conf"
self._bootloader = "elilo.efi"