summaryrefslogtreecommitdiffstats
path: root/booty/s390.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/s390.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/s390.py')
-rw-r--r--booty/s390.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/booty/s390.py b/booty/s390.py
index 5444c5157..2c3f8a37e 100644
--- a/booty/s390.py
+++ b/booty/s390.py
@@ -161,7 +161,7 @@ class s390BootloaderInfo(bootloaderInfo):
return ""
def write(self, instRoot, bl, kernelList, chainList,
- defaultDev, justConfig, intf):
+ defaultDev, justConfig):
out = self.writeZipl(instRoot, bl, kernelList,
chainList, defaultDev,
justConfig | (not self.useZiplVal))