summaryrefslogtreecommitdiffstats
path: root/textw/silo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-05 19:25:15 +0000
committerMatt Wilson <msw@redhat.com>2000-02-05 19:25:15 +0000
commit8627be4a9f06be301d6d229fe19cf1ad4c4f5a73 (patch)
treee53c946646e5031400d8f741a7d323499583185e /textw/silo.py
parentc150cb2b35eae98e6b0d7aff4e0215a001c8a579 (diff)
downloadanaconda-8627be4a9f06be301d6d229fe19cf1ad4c4f5a73.tar.gz
anaconda-8627be4a9f06be301d6d229fe19cf1ad4c4f5a73.tar.xz
anaconda-8627be4a9f06be301d6d229fe19cf1ad4c4f5a73.zip
pass fstab to getSiloMbrDefault
Diffstat (limited to 'textw/silo.py')
-rw-r--r--textw/silo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/silo.py b/textw/silo.py
index aa8fae101..a20f930f9 100644
--- a/textw/silo.py
+++ b/textw/silo.py
@@ -68,7 +68,7 @@ class SiloWindow:
len3 = len(str3)
len4 = len(str4)
lenmax = max((len1, len2, len3, len4))
- if todo.silo.getSiloMbrDefault() == 'mbr':
+ if todo.silo.getSiloMbrDefault(todo.fstab) == 'mbr':
dflt = 1
else:
dflt = 0