summaryrefslogtreecommitdiffstats
path: root/booty/alpha.py
diff options
context:
space:
mode:
Diffstat (limited to 'booty/alpha.py')
-rw-r--r--booty/alpha.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/booty/alpha.py b/booty/alpha.py
index 9f7c7cf77..8384162b2 100644
--- a/booty/alpha.py
+++ b/booty/alpha.py
@@ -142,8 +142,8 @@ class alphaBootloaderInfo(bootloaderInfo):
return self.writeAboot(instRoot, bl, kernelList,
chainList, defaultDev, justConfig)
- def __init__(self, storage, network):
- bootloaderInfo.__init__(self, storage, network)
+ def __init__(self, instData):
+ bootloaderInfo.__init__(self, instData)
self.useGrubVal = 0
self.configfile = "/etc/aboot.conf"
# self.kernelLocation is already set to what we need.