index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo ('isEFI' should be 'isEfi').
David Lehman
2009-03-30
1
-1
/
+1
*
Use PartSpec in the auto partition request list, and assign weights to them.
Chris Lumens
2009-03-30
1
-4
/
+41
*
Add EFI, Apple Bootstrap, and PPC PReP Boot formats.
David Lehman
2009-03-23
1
-6
/
+7
*
Fix a reference to the partitions list (#491335).
Chris Lumens
2009-03-20
1
-1
/
+1
*
Add boot partition size limit properties and size validation method.
David Lehman
2009-03-19
1
-2
/
+42
*
Make platform.checkBootRequest work better and not use diskset anymore.
Chris Lumens
2009-03-17
1
-43
/
+18
*
Fix a traceback when looking for PS3 boot partitions (#490738).
Chris Lumens
2009-03-17
1
-3
/
+3
*
Recognize PS3 as a valid machine type (#489263).
Chris Lumens
2009-03-09
1
-1
/
+1
*
Move the mdRaidBootArches logic into the platform module.
Chris Lumens
2009-03-09
1
-0
/
+8
*
Do not raise DeviceError if not bootable device is found.
David Cantrell
2009-03-05
1
-14
/
+3
*
Use the right attributes to build the bootloaderChoices dict.
Chris Lumens
2009-03-04
1
-13
/
+13
*
Return whatever we get here, we don't care if bootDev is None here.
David Cantrell
2009-03-03
1
-6
/
+1
*
Move bootloader package information into the platform module.
Chris Lumens
2009-02-27
1
-0
/
+11
*
Added a set of classes that encapsulate platform-specific information.
Chris Lumens
2009-02-27
1
-0
/
+395