summaryrefslogtreecommitdiffstats
path: root/pyanaconda/platform.py
Commit message (Expand)AuthorAgeFilesLines
* Add ARM-OMAP class to create a uboot partition to support the boot-loader.d.marlin2012-10-101-1/+35
* _bootloaderClass -> bootloaderClass for some platforms (#848173).Chris Lumens2012-08-231-4/+4
* don't set armMachine in class definitionBrian C. Lane2012-08-151-1/+3
* Streamline autopart request setup slightly.David Lehman2012-08-131-2/+0
* Add support to determine the ARM processor variety and select the correct ker...d.marlin2012-08-061-0/+5
* Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-20/+58
|\
| * Disable md /boot and /boot/efi on EFI. (#816823)David Lehman2012-05-141-4/+1
| * Configure Mac bootloaderMatthew Garrett2012-05-011-0/+2
| * Add initial support for ARM based systems.d.marlin2012-04-271-0/+11
| * default to msdos disk labels (#816701)Brian C. Lane2012-04-261-16/+4
| * restore the GPT blacklist codeBrian C. Lane2012-04-041-0/+15
| * Migrate PPC from Yaboot to Grub2 for AnacondaMark Hamzy2012-03-201-2/+2
| * Fix dasd device type test in platform.py (#796791)David Cantrell2012-02-291-1/+1
| * Add support for UEFI Mac installsMatthew Garrett2012-02-141-1/+18
| * Set the boot flag on the GPT PMBR (#754850)Brian C. Lane2012-02-031-8/+0
| * Add missing _boot_description values for dasd and zfcp (#739620)David Cantrell2012-02-021-0/+5
| * Add missing log import to platform.pyBrian C. Lane2012-01-231-0/+2
| * Add new field to PartSpec to indicate btrfs reqs.David Lehman2011-12-191-1/+1
| * Fix sense of disklabel size check and add some logging.David Lehman2011-12-191-1/+7
| * Cap new /boot/efi partitions at 200MB. (#748274)David Lehman2011-11-041-0/+1
* | Default to msdos disklabels on x86 BIOS systems.David Lehman2012-06-201-1/+1
* | Make Platform.bootloaderClass public since we use it that way.David Lehman2012-02-091-8/+8
* | Remove the anaconda attribute from Platform.David Lehman2012-02-091-16/+13
* | Add a testing flag to allow limited use as non-root.David Lehman2012-01-141-11/+6
* | Protect from tracebacks that occur when running as non-root.David Lehman2012-01-061-1/+1
* | Allow for probing storage as non-root.Chris Lumens2011-12-091-3/+11
|/
* Don't use GPT disklabels on Lenovo BIOS systems. (#749325)David Lehman2011-10-261-0/+11
* Add 'nogpt' cmdline arg to disable creation of gpt disklabels.David Lehman2011-10-171-0/+4
* Setup default for non_linux_format_typesBrian C. Lane2011-08-021-0/+3
* Add a property to Platform for accessing boot stage1 constraints.David Lehman2011-06-271-0/+12
* Move platform-specific boot-related data into Platform.David Lehman2011-06-271-55/+63
* Don't check the fstype for /boot req weight.David Lehman2011-06-171-1/+1
* Move selection of new disklabel's type from DiskLabel to Platform.David Lehman2011-05-091-6/+23
* Rework bootloader constraint checking routines.David Lehman2011-05-091-81/+13
* Include a BIOS boot partition in X86 autopart on GPT.David Lehman2011-05-091-0/+17
* Make grub2 the default bootloader on x86.David Lehman2011-05-021-1/+1
* Remove unused Platform.validBootLoaderPartSize method.David Lehman2011-05-021-11/+0
* Check that there is a stage1 req before validating it otherwise.David Lehman2011-05-021-1/+5
* Consistently refer to stage1 and stage2 device as such.David Lehman2011-05-021-10/+10
* Add encrypted attribute to StorageDevice.David Lehman2011-05-021-7/+2
* Remove maximum limit on EFI partition (#684860)Brian C. Lane2011-04-111-1/+1
* Update platform.py for new bootloader module.David Lehman2011-04-071-388/+136
* Install dracut-fips package when fips=1 is specified (#692350)David Cantrell2011-03-311-0/+3
* Improve the translatability of strings with more than one format specifier.Chris Lumens2011-03-301-2/+2
* Prevent Platform from importing storage stuff until it's necessary.Chris Lumens2011-03-161-4/+5
* Fix up remaining anaconda.id references (#680296)Brian C. Lane2011-02-241-1/+1
* Make singlePV a more useful boolean, clean up _getSinglePV()David Cantrell2011-02-031-1/+2
* Make sure /boot is mapped to a single LVM PV on s390xDavid Cantrell2011-01-211-0/+6
* Only allow one EFI System Partition to exist at a time.Peter Jones2011-01-141-11/+12
* Support /boot on logical volume on s390x (#618376)David Cantrell2011-01-131-2/+14