summaryrefslogtreecommitdiffstats
path: root/bootloader.py
Commit message (Expand)AuthorAgeFilesLines
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-28/+28
* Move storage into the Anaconda class.Chris Lumens2010-02-041-7/+7
* Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-041-2/+2
* Nothing sets flags.setupFilesystems anymore, so it can go too.Chris Lumens2009-12-031-13/+5
* Fix upgrade of GRUB with md raid boot for versions F11 and earlier.Radek Vykydal2009-10-291-0/+21
* Remove another code duplication in grub upgrade code.Radek Vykydal2009-10-291-2/+1
* Default to mbr bootloader target for mdraid 1 boot device too (#526822).Radek Vykydal2009-10-081-2/+1
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-1/+1
* Lots of small grammar and wording changes.Peter Jones2009-07-131-4/+4
* Edit user-visible dialogs for style.Peter Jones2009-07-131-1/+1
* Catch errors from bootloader installation and tell the user (#502210).Chris Lumens2009-06-051-3/+8
* Handle that the default bootloader entry can sometimes be None (#496618).Chris Lumens2009-05-051-3/+7
* This is the only place isEfiSystemPartition is used, so pull it in.Chris Lumens2009-04-061-5/+13
* Try to handle devices which live in a subdir of /dev properlyHans de Goede2009-04-061-1/+2
* Fix the import of checkbootloader (#491574).Chris Lumens2009-03-231-2/+1
* Fix writing the default= line in grub.conf (#490756).Chris Lumens2009-03-191-5/+6
* Fix booty for dmraidHans de Goede2009-03-091-2/+2
* bootloader.write takes fewer arguments now, so clean up arg passing.Chris Lumens2009-03-041-4/+2
* Move BootyNoKernelWarning into __init__.py and use it.Chris Lumens2009-03-041-1/+1
* Use booty.getBootloader instead of going through an intermediary.Chris Lumens2009-03-041-4/+0
* Fix some booty import errors.Chris Lumens2009-03-041-1/+1
* Look for rootDevice in the right place.Chris Lumens2009-03-041-1/+1
* Fix up calls to bootloaderChoices to refer to the platform module now.Chris Lumens2009-02-271-1/+1
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+0
* Updates to make existing code use the new storage module.David Lehman2009-02-231-33/+18
* Use parted.Disk.getPartitionByPath()David Cantrell2009-02-121-9/+0
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-121-2/+2
* Use device property on Disk and Geometry objects.David Cantrell2009-02-121-4/+4
* Syntax changes for the new pyparted.David Cantrell2009-02-121-9/+5
* Don't use the native_type flag anymore.Chris Lumens2009-02-121-1/+1
* Removed partedUtils.get_partition_by_name()David Cantrell2009-02-121-2/+1
* Removed partedUtils.get_partition_name()David Cantrell2009-02-121-2/+2
* Removed sector<->cylinder conversion functions.David Cantrell2009-02-121-2/+1
* mdraid1: default to putting grub on partition instead of mbr (#217176)Hans de Goede2008-12-111-1/+2
* bootloader: remove old kernel-xen-{guest, hypervisor} handlingMark McLoughlin2008-08-081-3/+1
* Remove old livecd flagJeremy Katz2008-06-301-9/+2
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+2
* Add EFI handling to the bootloader setup choices.Peter Jones2008-03-141-0/+20
* Don't allow backing up to partitioning (#429618).Chris Lumens2008-01-221-2/+11
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+14
* Unsafe bootloader defaults (#243556, #243799)msivak2007-09-211-2/+4
* 2007-08-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-071-1/+2
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-1/+1
* 2006-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-161-1/+1
* If the kickstart file specified a drive order, pass that to booty (#214881).Chris Lumens2006-11-101-1/+4
* Fix tracebackPaul Nasrat2006-07-211-1/+1
* Check the UTC box on the text interface automatically if there's no WindowsChris Lumens2006-07-111-0/+9
* A couple more things pykickstart found. Some of these are even bugs.Chris Lumens2006-06-221-4/+1
* 2006-06-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-091-0/+2