index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pyanaconda
/
bootloader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: Allow EFI slot_ids in hexdecimal (#742141).
Fabian Deutsch
2011-10-04
1
-1
/
+2
*
dracut args: "rhgb quiet" should come last.
Ales Kozumplik
2011-10-04
1
-1
/
+11
*
Move selection of default boot drive into bootloader.
David Lehman
2011-09-30
1
-3
/
+4
*
Write the grub.conf after setting up the new EFI bootloader (#741994))
Brian C. Lane
2011-09-28
1
-0
/
+14
*
botoloader: write 'ip=eth0:dhcp,auto6' instead of 'ip=eth0:dhcp ip=eth0:auto6'
Ales Kozumplik
2011-09-27
1
-1
/
+32
*
Change default bootloader timeout from 20sec to 5sec. (#727831)
David Lehman
2011-09-23
1
-3
/
+1
*
Bootloader stage1_drive is more than a suggestion. (#738964)
David Lehman
2011-09-23
1
-4
/
+6
*
Mark the live device's parent devices protected. (#738964)
David Lehman
2011-09-23
1
-4
/
+4
*
Improve the clarity of the missing bios boot partition error. (#731549)
David Lehman
2011-09-22
1
-2
/
+5
*
Install grub2 when upgrading on bios x86. (#735730)
David Lehman
2011-09-14
1
-1
/
+3
*
Default to installing a new bootloader on upgrade.
David Lehman
2011-09-14
1
-0
/
+1
*
Determine existing md arrays' metadata version. (#731266)
David Lehman
2011-09-01
1
-1
/
+3
*
kickstart: use 'bootloader --timeout' even if it is zero.
Ales Kozumplik
2011-08-30
1
-0
/
+2
*
Fix traceback when validating unallocated partition requests. (#733670)
David Lehman
2011-08-29
1
-1
/
+1
*
Require BIOS boot partition for GPT bootdisk on BIOS systems.
David Lehman
2011-08-29
1
-9
/
+5
*
Prevent grub2 from trying to access floppy drives.
David Lehman
2011-08-29
1
-1
/
+1
*
Limit grub stage2 md members' device type and metadata version.
David Lehman
2011-08-29
1
-0
/
+2
*
Remove unnecessary ROOT_PATH constant passing.
Ales Kozumplik
2011-08-26
1
-81
/
+81
*
Moving anaconda.rootPath to constants.ROOT_PATH.
Ales Kozumplik
2011-08-26
1
-3
/
+3
*
Allow btrfs stage2 with grub2. (#732594)
David Lehman
2011-08-23
1
-0
/
+1
*
Clean up return values of GRUB2._gpt_disk_has_bios_boot.
David Lehman
2011-08-23
1
-5
/
+12
*
Force grub2 install to partition's boot block. (#727679)
David Lehman
2011-08-23
1
-2
/
+7
*
Set the default grub2 entry to the OS we just installed.
David Lehman
2011-08-16
1
-0
/
+11
*
Create 'console=..' configuration also for grub2.
Ales Kozumplik
2011-08-16
1
-0
/
+10
*
add multiboot support for tboot
Gang Wei
2011-08-15
1
-9
/
+58
*
Remove definite articles in the bootloader translation strings.
Ales Kozumplik
2011-08-15
1
-9
/
+9
*
Check if the potential dep is in done, not the leaf. (#728891)
David Lehman
2011-08-08
1
-1
/
+1
*
Don't crash when checking unpartitioned devices for disklabel. (#720070)
David Lehman
2011-08-08
1
-2
/
+2
*
Fix extra quote in grub.conf header string
Brian C. Lane
2011-08-05
1
-1
/
+1
*
Set EFI mountpoint when using existing partition (#727933)
Brian C. Lane
2011-08-05
1
-1
/
+7
*
exec params need to all be strings
Brian C. Lane
2011-08-05
1
-0
/
+1
*
Fix efi_product_path regex (#728007)
Brian C. Lane
2011-08-05
1
-8
/
+4
*
Add some useful logging for partitioning and boot device choices
Brian C. Lane
2011-08-05
1
-1
/
+1
*
Disable error reporting for properties with the .setter syntax.
Chris Lumens
2011-08-01
1
-0
/
+11
*
Fix a bunch of stupid little errors pylint caught.
Chris Lumens
2011-07-22
1
-7
/
+10
*
Use os-prober to generate GRUB2 dual-boot menu entries.
David Lehman
2011-07-18
1
-1
/
+1
*
Fix GRUB2 password handling and GRUB1 kickstart password handling.
David Lehman
2011-07-18
1
-22
/
+56
*
Only show warning about no biosboot on gpt on gpt.
David Lehman
2011-07-11
1
-3
/
+3
*
Add a property to Platform for accessing boot stage1 constraints.
David Lehman
2011-06-27
1
-17
/
+12
*
Move platform-specific boot-related data into Platform.
David Lehman
2011-06-27
1
-91
/
+38
*
Keep dracut settings in sets instead of many long strings.
Ales Kozumplik
2011-06-24
1
-94
/
+38
*
Don't crash if is_valid_foo methods are called with None.
David Lehman
2011-05-23
1
-0
/
+11
*
Include missing parentheses in lvm/md device map names.
David Lehman
2011-05-09
1
-1
/
+1
*
Make sure stage1 and stage2 devices are in device.map in case of md,lvm.
David Lehman
2011-05-09
1
-0
/
+20
*
Only do redundant mbr installation for mirrored stage2.
David Lehman
2011-05-09
1
-7
/
+4
*
Rework bootloader constraint checking routines.
David Lehman
2011-05-09
1
-170
/
+355
*
Update dracut kernel args (#702711)
Brian C. Lane
2011-05-06
1
-4
/
+4
*
set_preferred_stage2_type -> set_preferred_stage1_type
David Lehman
2011-05-02
1
-1
/
+1
*
Allow unsetting of stage1_device.
David Lehman
2011-05-02
1
-4
/
+11
*
Add a "boot drive" concept to the bootloader since stage1 types vary.
David Lehman
2011-05-02
1
-1
/
+20
[next]