summaryrefslogtreecommitdiffstats
path: root/bootloader.py
Commit message (Expand)AuthorAgeFilesLines
...
* Don't try to pop the wait window twice - fixes text UI hang.Chris Lumens2006-05-241-2/+0
* 2006-05-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-181-2/+4
* * bootloader.py (bootloaderSetupChoices): Hack for livecdJeremy Katz2006-05-181-1/+5
* Hook copyExtraModules back up to copy updated modules to the installedChris Lumens2006-05-171-1/+1
* elvis waits no moreDavid Cantrell2006-05-171-0/+1
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-39/+40
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-021-15/+7
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-011-5/+9
* Get ready for a surprise...David Cantrell2006-03-241-1/+2
* - add kickstart dmraid supportPeter Jones2006-01-311-0/+2
* 2005-10-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-271-1/+3
* Make backend actually installPaul Nasrat2005-08-311-2/+2
* Use new logging system.Chris Lumens2005-08-121-3/+5
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-1/+5
* Upgrade PReP on iSeries as no real bootloaderPaul Nasrat2005-04-221-0/+22
* No longer use lilo.Peter Jones2005-02-211-13/+0
* 2004-11-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-121-2/+6
* 2004-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-081-1/+0
* 2004-10-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-181-1/+1
* 2004-10-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-141-0/+12
* make rootpath work nicerjrb2004-08-231-7/+3
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-0/+1
* if we can't find the default image, don't try to update the boot loaderJeremy Katz2004-05-071-0/+6
* 'linux lilo' will get you lilo back now.Jeremy Katz2003-10-221-0/+9
* merge from taroonJeremy Katz2003-09-201-1/+1
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-1/+1
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-1/+7
* turn off exec shield for now. it breaks grubJeremy Katz2003-05-081-0/+6
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+5
* port to parted 1.6.xafter-parted-1-6-changesMatt Wilson2002-11-011-1/+1
* fix mbr/partition handling for kickstart (#70380)Jeremy Katz2002-08-021-5/+5
* rootOnLoop cases should be deadJeremy Katz2002-05-301-8/+0
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-1/+1
* make the bootloader choices thing actually use the bootloader device orderJeremy Katz2002-05-071-1/+1
* merge bootloader changes from HEADJeremy Katz2002-04-221-0/+15
* booty passes up an exception if no kernels are being installed so we can avoi...Jeremy Katz2002-02-071-3/+10
* stage 1 of the partitioning.py cleanup effort --Jeremy Katz2002-02-061-2/+3
* this was broken (#59281)Jeremy Katz2002-02-041-2/+3
* this will at least not traceback... not really right thoughJeremy Katz2002-01-251-2/+7
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-927/+8
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-2/+2
* fix cut and pasto (thanks harald)Jeremy Katz2001-12-271-1/+0
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-6/+208
* pychecker fixup... [].append() only takes one argument in python >= 1.6Jeremy Katz2001-11-271-2/+2
* python2 requires explicit tuplesJeremy Katz2001-10-311-2/+2
* use startswithMatt Wilson2001-10-301-3/+5
* only move the lilo.conf if it exists (they could not have installed any kernelsJeremy Katz2001-08-291-1/+1
* add /etc/grub.conf symlink as suggested by mkj; mv /etc/lilo.conf /etc/lilo.c...Jeremy Katz2001-08-281-1/+15
* use the same logic for if the default is in the chain list for grub as lilo; ...Jeremy Katz2001-08-231-10/+3