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 33cef8234..9f7c7cf77 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):
- bootloaderInfo.__init__(self, storage)
+ def __init__(self, storage, network):
+ bootloaderInfo.__init__(self, storage, network)
self.useGrubVal = 0
self.configfile = "/etc/aboot.conf"
# self.kernelLocation is already set to what we need.