summaryrefslogtreecommitdiffstats
path: root/platform.py
Commit message (Expand)AuthorAgeFilesLines
* 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