summaryrefslogtreecommitdiffstats
path: root/pyanaconda/bootloader.py
Commit message (Expand)AuthorAgeFilesLines
* Fix: Allow EFI slot_ids in hexdecimal (#742141).Fabian Deutsch2011-10-041-1/+2
* dracut args: "rhgb quiet" should come last.Ales Kozumplik2011-10-041-1/+11
* Move selection of default boot drive into bootloader.David Lehman2011-09-301-3/+4
* Write the grub.conf after setting up the new EFI bootloader (#741994))Brian C. Lane2011-09-281-0/+14
* botoloader: write 'ip=eth0:dhcp,auto6' instead of 'ip=eth0:dhcp ip=eth0:auto6'Ales Kozumplik2011-09-271-1/+32
* Change default bootloader timeout from 20sec to 5sec. (#727831)David Lehman2011-09-231-3/+1
* Bootloader stage1_drive is more than a suggestion. (#738964)David Lehman2011-09-231-4/+6
* Mark the live device's parent devices protected. (#738964)David Lehman2011-09-231-4/+4
* Improve the clarity of the missing bios boot partition error. (#731549)David Lehman2011-09-221-2/+5
* Install grub2 when upgrading on bios x86. (#735730)David Lehman2011-09-141-1/+3
* Default to installing a new bootloader on upgrade.David Lehman2011-09-141-0/+1
* Determine existing md arrays' metadata version. (#731266)David Lehman2011-09-011-1/+3
* kickstart: use 'bootloader --timeout' even if it is zero.Ales Kozumplik2011-08-301-0/+2
* Fix traceback when validating unallocated partition requests. (#733670)David Lehman2011-08-291-1/+1
* Require BIOS boot partition for GPT bootdisk on BIOS systems.David Lehman2011-08-291-9/+5
* Prevent grub2 from trying to access floppy drives.David Lehman2011-08-291-1/+1
* Limit grub stage2 md members' device type and metadata version.David Lehman2011-08-291-0/+2
* Remove unnecessary ROOT_PATH constant passing.Ales Kozumplik2011-08-261-81/+81
* Moving anaconda.rootPath to constants.ROOT_PATH.Ales Kozumplik2011-08-261-3/+3
* Allow btrfs stage2 with grub2. (#732594)David Lehman2011-08-231-0/+1
* Clean up return values of GRUB2._gpt_disk_has_bios_boot.David Lehman2011-08-231-5/+12
* Force grub2 install to partition's boot block. (#727679)David Lehman2011-08-231-2/+7
* Set the default grub2 entry to the OS we just installed.David Lehman2011-08-161-0/+11
* Create 'console=..' configuration also for grub2.Ales Kozumplik2011-08-161-0/+10
* add multiboot support for tbootGang Wei2011-08-151-9/+58
* Remove definite articles in the bootloader translation strings.Ales Kozumplik2011-08-151-9/+9
* Check if the potential dep is in done, not the leaf. (#728891)David Lehman2011-08-081-1/+1
* Don't crash when checking unpartitioned devices for disklabel. (#720070)David Lehman2011-08-081-2/+2
* Fix extra quote in grub.conf header stringBrian C. Lane2011-08-051-1/+1
* Set EFI mountpoint when using existing partition (#727933)Brian C. Lane2011-08-051-1/+7
* exec params need to all be stringsBrian C. Lane2011-08-051-0/+1
* Fix efi_product_path regex (#728007)Brian C. Lane2011-08-051-8/+4
* Add some useful logging for partitioning and boot device choicesBrian C. Lane2011-08-051-1/+1
* Disable error reporting for properties with the .setter syntax.Chris Lumens2011-08-011-0/+11
* Fix a bunch of stupid little errors pylint caught.Chris Lumens2011-07-221-7/+10
* Use os-prober to generate GRUB2 dual-boot menu entries.David Lehman2011-07-181-1/+1
* Fix GRUB2 password handling and GRUB1 kickstart password handling.David Lehman2011-07-181-22/+56
* Only show warning about no biosboot on gpt on gpt.David Lehman2011-07-111-3/+3
* Add a property to Platform for accessing boot stage1 constraints.David Lehman2011-06-271-17/+12
* Move platform-specific boot-related data into Platform.David Lehman2011-06-271-91/+38
* Keep dracut settings in sets instead of many long strings.Ales Kozumplik2011-06-241-94/+38
* Don't crash if is_valid_foo methods are called with None.David Lehman2011-05-231-0/+11
* Include missing parentheses in lvm/md device map names.David Lehman2011-05-091-1/+1
* Make sure stage1 and stage2 devices are in device.map in case of md,lvm.David Lehman2011-05-091-0/+20
* Only do redundant mbr installation for mirrored stage2.David Lehman2011-05-091-7/+4
* Rework bootloader constraint checking routines.David Lehman2011-05-091-170/+355
* Update dracut kernel args (#702711)Brian C. Lane2011-05-061-4/+4
* set_preferred_stage2_type -> set_preferred_stage1_typeDavid Lehman2011-05-021-1/+1
* Allow unsetting of stage1_device.David Lehman2011-05-021-4/+11
* Add a "boot drive" concept to the bootloader since stage1 types vary.David Lehman2011-05-021-1/+20