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 abd3a636a..ca715560d 100644
--- a/booty/alpha.py
+++ b/booty/alpha.py
@@ -7,13 +7,13 @@ from util import getDiskPart
class alphaBootloaderInfo(bootloaderInfo):
def wholeDevice (self, path):
- (device, foo) = getDiskPart(path)
+ (device, foo) = getDiskPart(path, self.storage)
return device
def partitionNum (self, path):
# getDiskPart returns part numbers 0-based; we need it one based
# *sigh*
- (foo, partitionNumber) = getDiskPart(path)
+ (foo, partitionNumber) = getDiskPart(path, self.storage)
return partitionNumber + 1
def writeAboot(self, instRoot, bl, kernelList,