summaryrefslogtreecommitdiffstats
path: root/silo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-05 20:01:06 +0000
committerMatt Wilson <msw@redhat.com>2000-02-05 20:01:06 +0000
commit3241e58c5544bbd8571a32742ce53360396e5dcd (patch)
treebdbd5cf1467afa76a5728bd16125435c1b5f7e66 /silo.py
parent096fcb2fdadc43d0efde920e601cf10eeb9f376a (diff)
downloadanaconda-3241e58c5544bbd8571a32742ce53360396e5dcd.tar.gz
anaconda-3241e58c5544bbd8571a32742ce53360396e5dcd.tar.xz
anaconda-3241e58c5544bbd8571a32742ce53360396e5dcd.zip
make silo install
Diffstat (limited to 'silo.py')
-rw-r--r--silo.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/silo.py b/silo.py
index 65d1bed25..96cbebaad 100644
--- a/silo.py
+++ b/silo.py
@@ -184,7 +184,9 @@ class SiloInstall:
(images, default) = self.getSiloImages(fstab)
self.setSiloImages(images)
- (bootpart, boothd, mbrpart) = self.getSiloOptions()
+ bootpart = fstab.getBootDevice()
+ boothd = fstab.getMbrDevice()
+
smpInstalled = (hdList.has_key('kernel-smp') and
hdList['kernel-smp'].selected)