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
/
bootloader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lots of small grammar and wording changes.
Peter Jones
2009-07-13
1
-4
/
+4
*
Edit user-visible dialogs for style.
Peter Jones
2009-07-13
1
-1
/
+1
*
Catch errors from bootloader installation and tell the user (#502210).
Chris Lumens
2009-06-05
1
-3
/
+8
*
Handle that the default bootloader entry can sometimes be None (#496618).
Chris Lumens
2009-05-05
1
-3
/
+7
*
This is the only place isEfiSystemPartition is used, so pull it in.
Chris Lumens
2009-04-06
1
-5
/
+13
*
Try to handle devices which live in a subdir of /dev properly
Hans de Goede
2009-04-06
1
-1
/
+2
*
Fix the import of checkbootloader (#491574).
Chris Lumens
2009-03-23
1
-2
/
+1
*
Fix writing the default= line in grub.conf (#490756).
Chris Lumens
2009-03-19
1
-5
/
+6
*
Fix booty for dmraid
Hans de Goede
2009-03-09
1
-2
/
+2
*
bootloader.write takes fewer arguments now, so clean up arg passing.
Chris Lumens
2009-03-04
1
-4
/
+2
*
Move BootyNoKernelWarning into __init__.py and use it.
Chris Lumens
2009-03-04
1
-1
/
+1
*
Use booty.getBootloader instead of going through an intermediary.
Chris Lumens
2009-03-04
1
-4
/
+0
*
Fix some booty import errors.
Chris Lumens
2009-03-04
1
-1
/
+1
*
Look for rootDevice in the right place.
Chris Lumens
2009-03-04
1
-1
/
+1
*
Fix up calls to bootloaderChoices to refer to the platform module now.
Chris Lumens
2009-02-27
1
-1
/
+1
*
Lots of minor fixes and cleanups. A non-exhaustive list follows.
David Lehman
2009-02-27
1
-1
/
+0
*
Updates to make existing code use the new storage module.
David Lehman
2009-02-23
1
-33
/
+18
*
Use parted.Disk.getPartitionByPath()
David Cantrell
2009-02-12
1
-9
/
+0
*
Iterate over partitions using disk.partitions
David Cantrell
2009-02-12
1
-2
/
+2
*
Use device property on Disk and Geometry objects.
David Cantrell
2009-02-12
1
-4
/
+4
*
Syntax changes for the new pyparted.
David Cantrell
2009-02-12
1
-9
/
+5
*
Don't use the native_type flag anymore.
Chris Lumens
2009-02-12
1
-1
/
+1
*
Removed partedUtils.get_partition_by_name()
David Cantrell
2009-02-12
1
-2
/
+1
*
Removed partedUtils.get_partition_name()
David Cantrell
2009-02-12
1
-2
/
+2
*
Removed sector<->cylinder conversion functions.
David Cantrell
2009-02-12
1
-2
/
+1
*
mdraid1: default to putting grub on partition instead of mbr (#217176)
Hans de Goede
2008-12-11
1
-1
/
+2
*
bootloader: remove old kernel-xen-{guest, hypervisor} handling
Mark McLoughlin
2008-08-08
1
-3
/
+1
*
Remove old livecd flag
Jeremy Katz
2008-06-30
1
-9
/
+2
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-2
/
+2
*
Add EFI handling to the bootloader setup choices.
Peter Jones
2008-03-14
1
-0
/
+20
*
Don't allow backing up to partitioning (#429618).
Chris Lumens
2008-01-22
1
-2
/
+11
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-2
/
+2
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+14
*
Unsafe bootloader defaults (#243556, #243799)
msivak
2007-09-21
1
-2
/
+4
*
2007-08-07 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-08-07
1
-1
/
+2
*
Oh crap, support for new pykickstart is here. This is too large to explain
Chris Lumens
2007-01-16
1
-1
/
+1
*
2006-11-16 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-11-16
1
-1
/
+1
*
If the kickstart file specified a drive order, pass that to booty (#214881).
Chris Lumens
2006-11-10
1
-1
/
+4
*
Fix traceback
Paul Nasrat
2006-07-21
1
-1
/
+1
*
Check the UTC box on the text interface automatically if there's no Windows
Chris Lumens
2006-07-11
1
-0
/
+9
*
A couple more things pykickstart found. Some of these are even bugs.
Chris Lumens
2006-06-22
1
-4
/
+1
*
2006-06-09 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-09
1
-0
/
+2
*
Don't try to pop the wait window twice - fixes text UI hang.
Chris Lumens
2006-05-24
1
-2
/
+0
*
2006-05-18 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-18
1
-2
/
+4
*
* bootloader.py (bootloaderSetupChoices): Hack for livecd
Jeremy Katz
2006-05-18
1
-1
/
+5
*
Hook copyExtraModules back up to copy updated modules to the installed
Chris Lumens
2006-05-17
1
-1
/
+1
*
elvis waits no more
David Cantrell
2006-05-17
1
-0
/
+1
*
Finish making non-UI steps pass around the anaconda object.
Chris Lumens
2006-05-04
1
-39
/
+40
*
2006-05-01 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-02
1
-15
/
+7
*
2006-05-01 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-05-01
1
-5
/
+9
[next]