summaryrefslogtreecommitdiffstats
path: root/booty/sparc.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-04 12:42:31 -0500
committerChris Lumens <clumens@redhat.com>2009-03-04 15:37:05 -0500
commitd899dad616076a9c6183306c4cdcf442405c3190 (patch)
tree5b48e466818e35c028d38dfd6b31c781102a0195 /booty/sparc.py
parent7f94ffba398ac4e6db7020e94cb5383cc03b8e89 (diff)
downloadanaconda-d899dad616076a9c6183306c4cdcf442405c3190.tar.gz
anaconda-d899dad616076a9c6183306c4cdcf442405c3190.tar.xz
anaconda-d899dad616076a9c6183306c4cdcf442405c3190.zip
bootloader.write takes fewer arguments now, so clean up arg passing.
Diffstat (limited to 'booty/sparc.py')
-rw-r--r--booty/sparc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/booty/sparc.py b/booty/sparc.py
index f214a98e2..46c9cdbb7 100644
--- a/booty/sparc.py
+++ b/booty/sparc.py
@@ -112,7 +112,7 @@ class sparcBootloaderInfo(bootloaderInfo):
self.password = val
def write(self, instRoot, bl, kernelList, chainList,
- defaultDev, justConfig, intf):
+ defaultDev, justConfig):
if len(kernelList) >= 1:
self.writeSilo(instRoot, bl, kernelList, chainList,
defaultDev, justConfig)