diff options
author | Dennis Gilmore <dennis@ausil.us> | 2010-03-05 15:29:08 -0600 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2010-03-15 16:52:21 -0400 |
commit | e896def9d0dc463be411d1bfecff491144a32eed (patch) | |
tree | 77ac7d1ace18299e303dbc0940009596793dc076 /platform.py | |
parent | 2f580de4cc6862ba8f4b59eff3ae013cdbdd22bf (diff) | |
download | anaconda-e896def9d0dc463be411d1bfecff491144a32eed.tar.gz anaconda-e896def9d0dc463be411d1bfecff491144a32eed.tar.xz anaconda-e896def9d0dc463be411d1bfecff491144a32eed.zip |
set the bootloader to silo for sparc installs
include silo as the bootloader on sparc arches
Diffstat (limited to 'platform.py')
-rw-r--r-- | platform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform.py b/platform.py index 1a9ee9602..6076ac551 100644 --- a/platform.py +++ b/platform.py @@ -477,6 +477,7 @@ class S390(Platform): class Sparc(Platform): _diskLabelType = "sun" + _packages = ["silo"] @property def minimumSector(self, disk): |