summaryrefslogtreecommitdiffstats
path: root/bootloader.py
Commit message (Collapse)AuthorAgeFilesLines
* mdraid1: default to putting grub on partition instead of mbr (#217176)Hans de Goede2008-12-111-1/+2
| | | | | | | | | | | | As previously discussed we do want to allow installing the bootloader on the MBR in the raid 1 case (which until some time ago we did not allow) (#217176), but we do not want to change our current default of installing to the partition (which gives us the mirror redundancy, due to special handling in booty). This patch effectively reverts commit 48d582347492493c87b2b368394fd8e7342688bc, which removed the raid1 case special handling, and then adds mbr support to the raid special case in fsset.py, and add some special case handling to bootloader.py to not default to the mbr in this case.
* bootloader: remove old kernel-xen-{guest, hypervisor} handlingMark McLoughlin2008-08-081-3/+1
| | | | Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Remove old livecd flagJeremy Katz2008-06-301-9/+2
| | | | | | The livecd flag was for "I'm building a livecd", ie with kadischi, not for doing a livecd install. Keeping the old flag around was just confusing, especially as kadischi is no longer used/maintained
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+2
| | | | * po/sk.po: Typo fix.
* 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
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+14
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* Unsafe bootloader defaults (#243556, #243799)msivak2007-09-211-2/+4
| | | | | | | | | | | 2007-09-21 Martin Sivak <msivak@redhat.com> * bootloader.py (bootloaderSetupChoices): Honor the "Boot this instalation from" choice when figuring out the drive order for bootloader (#243556, #243799). * iw/autopart_type.py (PartitionTypeWindow): Show warning when Boot from media is not allowed in Use this drive for instalation. (#243799)
* 2007-08-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-071-1/+2
| | | | * bootloader.py: Pass rootpath to kernelVersionList
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-1/+1
| | | | | in a CVS commit message so just read the ChangeLog or look at the diff. Most of it is just code reorganization and it's mostly contained in kickstart.py.
* 2006-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-161-1/+1
| | | | | | * yuminstall.py (YumBackend.kernelVersionList): With kernel not being UP, calling it -up doesn't make sense anymore (#215746) * bootloader.py: Likewise.
* 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
| | | | partitions.
* 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
| | | | | | | | | | | | * partitions.py (Partitions.sanityCheckAllRequests): Sanity check to ensure /boot on the mactels is on one of the first 4 parts * partedUtils.py (DiskSet.savePartitions): Use gptsync to sync gpt->mbr on mactels (archLabels): Allow gpt on i386, x86_64 * bootloader.py (bootloaderSetupChoices): mactels need their bootloader on the partition.
* 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: Window isn't always there.
* * 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
| | | | system after installation (#185344).
* elvis waits no moreDavid Cantrell2006-05-171-0/+1
| | | | | five new files from me to you threads are here to stay
* 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
| | | | | | | | | * bootloader.py: Clean up imports (getBootloader): Use isolinuxBootloader for the livecd case. * anaconda (rootpath_cb): Allow using --rootpath=cd:/path to specify that we're doing a livecd. This is likely to change... * flags.py (Flags.__init__): Add livecd flag
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-011-5/+9
| | | | | | * bootloader.py (writeBootloader): Don't traceback if there's no rootdev (eg, rootpath mode) so that we can have a bootloader setup for live CDs.
* Get ready for a surprise...David Cantrell2006-03-241-1/+2
| | | | not really. It's just iutil.getArch() -> rhpl.getArch() updates.
* - add kickstart dmraid supportPeter Jones2006-01-311-0/+2
|
* 2005-10-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-271-1/+3
| | | | | | | | | | * bootloader.py (writeBootloader): Handle inconsistently named kernel-xen-{guest,hypervisor} kernels * yuminstall.py (YumBackend.doRepoSetup): Give full error on tty3. (YumBackend.selectBestKernel): Temporarily allow installation of xen-hypervisor kernel package by passing 'xen0' on kernel command line (YumBackend.kernelVersionList): Remove obsolete cruft, add xen stuff
* 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
| | | | | * bootloader.py (writeBootloader): Only update the default if we're setting the default to linux (#156678)
* 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
| | | | | | | | * bootloader.py: Add patch from HJ Lu to fix popping hang in cases where boot loader isn't being installed (#138932) * packages.py (copyAnacondaLogs): Copy in the X log too per pnasrat's request.
* 2004-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-081-1/+0
| | | | * bootloader.py: remove unneeded import of deprecated whrandom module
* 2004-10-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-181-1/+1
| | | | * bootloader.py: Add a trailing newline to /etc/sysconfig/kernel
* 2004-10-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-141-0/+12
| | | | | | * bootloader.py: Write out /etc/sysconfig/kernel with the default kernel type and to change the bootloader default on new kernel installation (#135161)
* 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
| | | | config (#118300)
* 'linux lilo' will get you lilo back now.Jeremy Katz2003-10-221-0/+9
| | | | *sigh*
* merge from taroonJeremy Katz2003-09-201-1/+1
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-1/+1
| | | | and cleanups in here too
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-1/+7
| | | | msw's ctrl-alt-del thing and some arch fixups
* 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
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* 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
|