diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-05 20:01:06 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-05 20:01:06 +0000 |
commit | 3241e58c5544bbd8571a32742ce53360396e5dcd (patch) | |
tree | bdbd5cf1467afa76a5728bd16125435c1b5f7e66 /silo.py | |
parent | 096fcb2fdadc43d0efde920e601cf10eeb9f376a (diff) | |
download | anaconda-3241e58c5544bbd8571a32742ce53360396e5dcd.tar.gz anaconda-3241e58c5544bbd8571a32742ce53360396e5dcd.tar.xz anaconda-3241e58c5544bbd8571a32742ce53360396e5dcd.zip |
make silo install
Diffstat (limited to 'silo.py')
-rw-r--r-- | silo.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |