summaryrefslogtreecommitdiffstats
path: root/bootloader.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix-up so we only write out config files if there are any kernels beingJeremy Katz2001-08-211-12/+33
* and handle if it exists already (thanks matt)Jeremy Katz2001-08-171-0/+5
* symlink /boot/grub/menu.lst for people who are used to grub alreadyJeremy Katz2001-08-171-0/+1
* remove stale efi entries (50779)Jeremy Katz2001-08-131-0/+28
* add '-w' option to efibootmgr invocation, so that a disk id gets written (#50...Bill Nottingham2001-08-101-1/+1
* don't include rootdev in the device.map unless we need it since that could be...Jeremy Katz2001-08-091-1/+0
* fix ia64Matt Wilson2001-08-091-1/+2
* hook edd detection for lilo back in (51096)Jeremy Katz2001-08-081-1/+12
* argh, have to have device.map containing all of the devices we use (50904, 49...Jeremy Katz2001-08-071-2/+17
* give an example stanza with both kernel and initrd and a small bit of explana...Jeremy Katz2001-08-071-3/+8
* add a comment about not having to rerun grub, and fix permissions again (when...Jeremy Katz2001-08-011-0/+6
* set bootloader default properly for grub (50249)Jeremy Katz2001-08-011-1/+17
* don't use makeactive when setting up the chainlist for dos-ish os's since it'...Jeremy Katz2001-07-311-1/+1
* change default timeout to be 10 secs for grub (50217)Jeremy Katz2001-07-311-1/+1
* make modules.conf prior to package installation so the kernel %post mkinitrdJeremy Katz2001-07-301-15/+2
* handle the weird raid controllers rightJeremy Katz2001-07-251-5/+20
* dual boots with ntJeremy Katz2001-07-251-0/+4
* skip bootloader screens/setup if rootOnLoopMike Fulbright2001-07-241-0/+8
* kill debug spewJeremy Katz2001-07-201-2/+0
* identity crisisJeremy Katz2001-07-201-1/+1
* handle long labels properly everywhereJeremy Katz2001-07-201-13/+17
* set the long or short label depending on which should be changed (49446)Jeremy Katz2001-07-191-4/+6
* use grub-install --just-copy to copy the stages into place so that weJeremy Katz2001-07-191-9/+20
* fixes something jeremy brokeMike Fulbright2001-07-191-2/+2
* a few more bootloader options output and some sanity checking of the root par...Jeremy Katz2001-07-191-0/+11
* use actual partition type as one of the criteria in determining if it shouldJeremy Katz2001-07-191-1/+4
* raid1 for /boot no longer blows up with either lilo or grub; swap the order o...Jeremy Katz2001-07-181-15/+29
* fix mbr vs partition install of bootloader via kickstartJeremy Katz2001-07-171-3/+8
* write both lilo and grub configs out (49195)Jeremy Katz2001-07-161-6/+9