summaryrefslogtreecommitdiffstats
path: root/platform.py
Commit message (Expand)AuthorAgeFilesLines
* set the bootloader to silo for sparc installsDennis Gilmore2010-03-051-0/+1
* Don't traceback when a user tries to put /boot on an LV (#566569)Hans de Goede2010-02-201-0/+1
* platform.checkBootRequest(): Fix use of map instead of filterHans de Goede2010-02-091-1/+1
* Improve platform.checkBootRequest() mdarray handlingHans de Goede2010-02-091-6/+11
* Fix backtrace when trying to use LV for /boot (#562325)Hans de Goede2010-02-091-7/+14
* Move storage into the Anaconda class.Chris Lumens2010-02-041-11/+11
* Only /boot needs to be on one of the bootFSTypes. (#557718)David Lehman2010-01-221-1/+3
* Fixup various errors detected by pylintHans de Goede2010-01-141-1/+1
* Fix two missing closing parens in previous commits.Chris Lumens2009-12-111-1/+1
* Default /boot to 500 MB.Chris Lumens2009-12-111-1/+1
* Tighten restrictions on the type of disklabel on x86 and EFI boot disks.David Lehman2009-12-101-2/+11
* Use string instead of parted.diskType for disklabel types.David Lehman2009-12-101-11/+11
* Require /boot to be on a GPT or MSDOS disk label on x86 (#540588).Chris Lumens2009-11-241-0/+6
* Only check for DEVICE_DASD in S390.diskLabelType, not for all platforms.Chris Lumens2009-11-241-3/+7
* Increase the size of /boot a little bit (#530555).Chris Lumens2009-11-041-1/+1
* TypeError: '_ped.DiskType' object is not callable (#531730)Hans de Goede2009-10-291-4/+4
* When doing initlabel on a dasd disk create a dasd disklabel (#531209)Hans de Goede2009-10-281-7/+4
* Rename platform.diskType to platform.diskLabelTypeHans de Goede2009-10-281-15/+15
* /boot is already being checked by the superclass, so don't check again.Chris Lumens2009-10-211-4/+1
* Allow /boot to be on a variety of filesystems during kickstart (#529846).Chris Lumens2009-10-211-13/+15
* Platform.bootloaderPackage -> Platform.packagesChris Lumens2009-10-211-9/+9
* Fix the check for no /boot request on PPC yet again (#526843).Chris Lumens2009-10-021-1/+1
* yaboot supports /boot on ext4 (#526219).Chris Lumens2009-09-291-0/+1
* Don't check if /boot is under the 4MB mark on i/p Series (#526200).Chris Lumens2009-09-291-3/+4
* Check whatever contains /boot on PPC as well as the bootable part (#523747).Chris Lumens2009-09-161-2/+22
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-1/+1
* A "partition" having no partedPartition shouldn't be a traceback (#519128).Chris Lumens2009-08-261-9/+7
* x86 and EFI platforms can now have /boot on ext4.Chris Lumens2009-08-201-0/+2
* Fix disk.partedDisk -> disk.format.partedDisk.David Lehman2009-08-191-1/+1
* Change all disklabel manipulations to use the DiskLabel format class.David Lehman2009-08-171-1/+1
* 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