| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Upgrade PReP on iSeries as no real bootloader | Paul Nasrat | 2005-04-22 | 1 | -0/+22 |
| | | |||||
| * | No longer use lilo. | Peter Jones | 2005-02-21 | 1 | -13/+0 |
| | | |||||
| * | 2004-11-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-12 | 1 | -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 Katz | 2004-11-08 | 1 | -1/+0 |
| | | | | | * bootloader.py: remove unneeded import of deprecated whrandom module | ||||
| * | 2004-10-18 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-18 | 1 | -1/+1 |
| | | | | | * bootloader.py: Add a trailing newline to /etc/sysconfig/kernel | ||||
| * | 2004-10-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-14 | 1 | -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 nicer | jrb | 2004-08-23 | 1 | -7/+3 |
| | | |||||
| * | merge anaconda-10_0-branch changes back to HEAD | Jeremy Katz | 2004-05-18 | 1 | -0/+1 |
| | | |||||
| * | if we can't find the default image, don't try to update the boot loader | Jeremy Katz | 2004-05-07 | 1 | -0/+6 |
| | | | | | config (#118300) | ||||
| * | 'linux lilo' will get you lilo back now. | Jeremy Katz | 2003-10-22 | 1 | -0/+9 |
| | | | | | *sigh* | ||||
| * | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -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 stuff | Jeremy Katz | 2003-06-06 | 1 | -1/+1 |
| | | | | | and cleanups in here too | ||||
| * | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -1/+7 |
| | | | | | msw's ctrl-alt-del thing and some arch fixups | ||||
| * | turn off exec shield for now. it breaks grub | Jeremy Katz | 2003-05-08 | 1 | -0/+6 |
| | | |||||
| * | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -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-changes | Matt Wilson | 2002-11-01 | 1 | -1/+1 |
| | | |||||
| * | fix mbr/partition handling for kickstart (#70380) | Jeremy Katz | 2002-08-02 | 1 | -5/+5 |
| | | |||||
| * | rootOnLoop cases should be dead | Jeremy Katz | 2002-05-30 | 1 | -8/+0 |
| | | |||||
| * | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -1/+2 |
| | | |||||
| * | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
| | | | | | our own translate.py | ||||
| * | make the bootloader choices thing actually use the bootloader device order | Jeremy Katz | 2002-05-07 | 1 | -1/+1 |
| | | | | | | | so that we can do things like avoid saying the mbr is on a removable device. abstract out part of the fsset.bootloaderChoices logic so that it can be used without the bootloader object as needed | ||||
| * | merge bootloader changes from HEAD | Jeremy Katz | 2002-04-22 | 1 | -0/+15 |
| | | |||||
| * | booty passes up an exception if no kernels are being installed so we can ↵ | Jeremy Katz | 2002-02-07 | 1 | -3/+10 |
| | | | | | avoid having translate.py there | ||||
| * | stage 1 of the partitioning.py cleanup effort -- | Jeremy Katz | 2002-02-06 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | 1) move the following functions from partitioning.py -> partedUtils.py get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector, end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB, get_partition_by_name, get_partition_name, get_partition_file_system_type, set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname, filter_partitions, get_logical_partitions, get_primary_partitions, get_raid_partitions, get_lvm_partitions, 2) move PartitioningError and PartitioningWarning classes from partitioning.py -> partErrors.py Change everything that depends on these functions to use the new location | ||||
| * | this was broken (#59281) | Jeremy Katz | 2002-02-04 | 1 | -2/+3 |
| | | |||||
| * | this will at least not traceback... not really right though | Jeremy Katz | 2002-01-25 | 1 | -2/+7 |
| | | |||||
| * | land boot loader changes to use booty backend infrastructure and switch | Jeremy Katz | 2002-01-21 | 1 | -927/+8 |
| | | | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately | ||||
| * | iutil.getArch now returns s390 for s390x, clean up to handle this nicely | Jeremy Katz | 2002-01-09 | 1 | -2/+2 |
| | | |||||
| * | fix cut and pasto (thanks harald) | Jeremy Katz | 2001-12-27 | 1 | -1/+0 |
| | | |||||
| * | whee! merge the first bunch of changes from the 390 branch. this | Jeremy Katz | 2001-12-27 | 1 | -6/+208 |
| | | | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night | ||||
| * | pychecker fixup... [].append() only takes one argument in python >= 1.6 | Jeremy Katz | 2001-11-27 | 1 | -2/+2 |
| | | |||||
| * | python2 requires explicit tuples | Jeremy Katz | 2001-10-31 | 1 | -2/+2 |
| | | |||||
| * | use startswith | Matt Wilson | 2001-10-30 | 1 | -3/+5 |
| | | |||||
| * | only move the lilo.conf if it exists (they could not have installed any kernels | Jeremy Katz | 2001-08-29 | 1 | -1/+1 |
| | | |||||
| * | add /etc/grub.conf symlink as suggested by mkj; mv /etc/lilo.conf ↵ | Jeremy Katz | 2001-08-28 | 1 | -1/+15 |
| | | | | | /etc/lilo.conf.anaconda if grub is being used so that /sbin/installkernel doesn't screw things up | ||||
| * | use the same logic for if the default is in the chain list for grub as lilo; ↵ | Jeremy Katz | 2001-08-23 | 1 | -10/+3 |
| | | | | | fixes 52269 | ||||
| * | fix-up so we only write out config files if there are any kernels being | Jeremy Katz | 2001-08-21 | 1 | -12/+33 |
| | | | | | | installed and if not, we should pop up a warning telling the user that we're not changing the configuration (52099) | ||||
| * | and handle if it exists already (thanks matt) | Jeremy Katz | 2001-08-17 | 1 | -0/+5 |
| | | |||||
| * | symlink /boot/grub/menu.lst for people who are used to grub already | Jeremy Katz | 2001-08-17 | 1 | -0/+1 |
| | | |||||
| * | remove stale efi entries (50779) | Jeremy Katz | 2001-08-13 | 1 | -0/+28 |
| | | |||||
| * | add '-w' option to efibootmgr invocation, so that a disk id gets written ↵ | Bill Nottingham | 2001-08-10 | 1 | -1/+1 |
| | | | | | (#50717) | ||||
| * | don't include rootdev in the device.map unless we need it since that could ↵ | Jeremy Katz | 2001-08-09 | 1 | -1/+0 |
| | | | | | be a raid device which would be bad | ||||
| * | fix ia64 | Matt Wilson | 2001-08-09 | 1 | -1/+2 |
| | | |||||
| * | hook edd detection for lilo back in (51096) | Jeremy Katz | 2001-08-08 | 1 | -1/+12 |
| | | |||||
| * | argh, have to have device.map containing all of the devices we use (50904, ↵ | Jeremy Katz | 2001-08-07 | 1 | -2/+17 |
| | | | | | 49299, 50800) | ||||
| * | give an example stanza with both kernel and initrd and a small bit of ↵ | Jeremy Katz | 2001-08-07 | 1 | -3/+8 |
| | | | | | explanation (51032) | ||||
| * | add a comment about not having to rerun grub, and fix permissions again ↵ | Jeremy Katz | 2001-08-01 | 1 | -0/+6 |
| | | | | | (when did I lose that?) | ||||
| * | set bootloader default properly for grub (50249) | Jeremy Katz | 2001-08-01 | 1 | -1/+17 |
| | | |||||
| * | don't use makeactive when setting up the chainlist for dos-ish os's since ↵ | Jeremy Katz | 2001-07-31 | 1 | -1/+1 |
| | | | | | it's not really needed (49803) | ||||
| * | change default timeout to be 10 secs for grub (50217) | Jeremy Katz | 2001-07-31 | 1 | -1/+1 |
| | | |||||
