summaryrefslogtreecommitdiffstats
path: root/platform.py
Commit message (Expand)AuthorAgeFilesLines
* Be more explicit about what's lacking on EFI systems (#501341).Chris Lumens2009-06-101-1/+4
* Move /boot checks from sanityCheck into Platform.checkBootRequest.Chris Lumens2009-05-211-3/+36
* Return translated strings from checkBootRequest.Chris Lumens2009-05-211-9/+23
* Check that /boot is on a Mac disk label for PPC installs (#497745).Chris Lumens2009-05-211-0/+11
* Move isEfi to be a property on Platform instead of on X86 (#497394).Chris Lumens2009-04-231-5/+5
* Fix ps3 platform support (#497203)Jeremy Katz2009-04-231-1/+9
* Fix a typo ('isEFI' should be 'isEfi').David Lehman2009-03-301-1/+1
* Use PartSpec in the auto partition request list, and assign weights to them.Chris Lumens2009-03-301-4/+41
* Add EFI, Apple Bootstrap, and PPC PReP Boot formats.David Lehman2009-03-231-6/+7
* Fix a reference to the partitions list (#491335).Chris Lumens2009-03-201-1/+1
* Add boot partition size limit properties and size validation method.David Lehman2009-03-191-2/+42
* Make platform.checkBootRequest work better and not use diskset anymore.Chris Lumens2009-03-171-43/+18
* Fix a traceback when looking for PS3 boot partitions (#490738).Chris Lumens2009-03-171-3/+3
* Recognize PS3 as a valid machine type (#489263).Chris Lumens2009-03-091-1/+1
* Move the mdRaidBootArches logic into the platform module.Chris Lumens2009-03-091-0/+8
* Do not raise DeviceError if not bootable device is found.David Cantrell2009-03-051-14/+3
* Use the right attributes to build the bootloaderChoices dict.Chris Lumens2009-03-041-13/+13
* Return whatever we get here, we don't care if bootDev is None here.David Cantrell2009-03-031-6/+1
* Move bootloader package information into the platform module.Chris Lumens2009-02-271-0/+11
* Added a set of classes that encapsulate platform-specific information.Chris Lumens2009-02-271-0/+395