summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorjakub <jakub>1999-10-05 14:55:08 +0000
committerjakub <jakub>1999-10-05 14:55:08 +0000
commitc1d82a2f87c8675e5296e8a7aea647297e98f301 (patch)
tree2dbe3b0f4a4010fa23aee54e6eb538be08c6db82 /textw
parent2a9944ed56ea50f7fc5e2ddc24402196ced507a6 (diff)
downloadanaconda-c1d82a2f87c8675e5296e8a7aea647297e98f301.tar.gz
anaconda-c1d82a2f87c8675e5296e8a7aea647297e98f301.tar.xz
anaconda-c1d82a2f87c8675e5296e8a7aea647297e98f301.zip
Silo install fixups.
Diffstat (limited to 'textw')
-rw-r--r--textw/silo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/silo.py b/textw/silo.py
index 3a28f7283..7ae16e454 100644
--- a/textw/silo.py
+++ b/textw/silo.py
@@ -45,7 +45,7 @@ class SiloWindow:
if '/' not in todo.mounts.keys (): return INSTALL_NOOP
if todo.skipLilo: return INSTALL_NOOP
- (bootpart, boothd) = todo.silo.getSiloOptions()
+ (bootpart, boothd, mbrpart) = todo.silo.getSiloOptions()
format = "/dev/%-11s %s%*s"
str1 = _("Master Boot Record (MBR)")