| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | the bootloader files belong in booty now, so axe them from here. move | Jeremy Katz | 2002-02-13 | 1 | -210/+0 |
| | | | | | needsEnterpriseKernel into iutil | ||||
| * | case insensitive labels courtesy of the copy of lilo.py hiding out in | Jeremy Katz | 2001-07-19 | 1 | -6/+70 |
| | | | | | up2date. now adrian is implicated in anaconda :) | ||||
| * | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -3/+0 |
| | | |||||
| * | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -381/+0 |
| | | |||||
| * | 1) use mkinitrd -f just in case they had a file there already with | Matt Wilson | 2001-03-29 | 1 | -6/+13 |
| | | | | | | the name we want to use... 2) fix crutcher's no-kernels-upgraded case | ||||
| * | use lba32 unconditionally if boot partition extends beyond 1024 cylinders | Mike Fulbright | 2001-03-20 | 1 | -6/+7 |
| | | |||||
| * | cleaned up a tad | Erik Troan | 2001-03-16 | 1 | -3/+3 |
| | | |||||
| * | If a label exists in the lilo.conf, *don't* reuse it. Make a fresh | Matt Wilson | 2001-03-16 | 1 | -0/+1 |
| | | | | | one to add to the new lilo.conf (#31194 and probably MANY MANY more) | ||||
| * | return errors | Erik Troan | 2001-03-07 | 1 | -3/+5 |
| | | |||||
| * | search out localized lilo message files (#25023) | Matt Wilson | 2001-03-01 | 1 | -2/+8 |
| | | |||||
| * | set default append line | Erik Troan | 2001-02-09 | 1 | -1/+11 |
| | | |||||
| * | put enterprise kernel check back to 4gig | Erik Troan | 2001-02-06 | 1 | -1/+1 |
| | | |||||
| * | install kernel-enterprise on any machine w/ more then 1gig | Erik Troan | 2001-02-06 | 1 | -1/+1 |
| | | |||||
| * | turn off linear on upgrades if we're turning on lba32 | Erik Troan | 2001-02-06 | 1 | -0/+2 |
| | | |||||
| * | don't fall over if e820info isn't there | Matt Wilson | 2001-02-02 | 1 | -1/+4 |
| | | |||||
| * | make lba32 warning a dialog under GUI install, and fix off by one bug with ↵ | Mike Fulbright | 2001-01-23 | 1 | -1/+1 |
| | | | | | endpoint (should be 1024, not 1023) | ||||
| * | stupid typo | Mike Fulbright | 2001-01-23 | 1 | -1/+1 |
| | | |||||
| * | added needsEnterpriseKernel() | Erik Troan | 2001-01-17 | 1 | -0/+20 |
| | | |||||
| * | fix problem with size of tuples to match new style | Mike Fulbright | 2001-01-16 | 1 | -2/+2 |
| | | |||||
| * | added boolean to partitionList() to tell us if partition is preexisting or not | Mike Fulbright | 2001-01-12 | 1 | -1/+1 |
| | | |||||
| * | missed a tupled from partitionList() change yesterday | Mike Fulbright | 2001-01-12 | 1 | -1/+1 |
| | | |||||
| * | Made two different calls to get maxcyl of partitions, one for reading from ↵ | Mike Fulbright | 2001-01-11 | 1 | -2/+2 |
| | | | | | drive directly, the other for getting it from the ddruid object. Added one entity to tuple returned from partitionList(), fixed up code to reflect change | ||||
| * | Added support for LBA32 when we right out lilo.conf iff we need it because ↵ | Mike Fulbright | 2001-01-08 | 1 | -1/+9 |
| | | | | | boot partition is over 1023 cyl. Also added warning if you put boot > 1023 cyl and we dont seem to be able to detect edd support on this system | ||||
| * | make other image types 'optional' | Erik Troan | 2001-01-08 | 1 | -0/+1 |
| | | |||||
| * | added sanity checks for | Erik Troan | 2001-01-08 | 1 | -0/+36 |
| | | | | | | 1) labels causing problems 2) single-key causing problems | ||||
| * | fix for bug 23304 - didnt merge linear/lba32 cleanly on upgrades | Mike Fulbright | 2001-01-04 | 1 | -4/+13 |
| | | |||||
| * | made the enterprise kernel go away | Erik Troan | 2000-11-17 | 1 | -6/+0 |
| | | |||||
| * | Cover for fact we haven't written out new partitions when todo.py calls ↵ | Mike Fulbright | 2000-08-23 | 1 | -1/+10 |
| | | | | | LiloConfiguration!! | ||||
| * | don't call the up kernel -smp | Erik Troan | 2000-08-21 | 1 | -1/+2 |
| | | |||||
| * | better enterprise handling should let dos be the default again | Erik Troan | 2000-08-16 | 1 | -9/+15 |
| | | |||||
| * | only enable the enterprise kernel on smp systems | Erik Troan | 2000-08-07 | 1 | -1/+1 |
| | | |||||
| * | handle kernel-enterprise if it's selected | Erik Troan | 2000-08-07 | 1 | -5/+13 |
| | | |||||
| * | import rpm | Matt Wilson | 2000-07-25 | 1 | -0/+1 |
| | | |||||
| * | put edd support back, its disabled elsewhere | Mike Fulbright | 2000-07-25 | 1 | -10/+5 |
| | | |||||
| * | move all string access of headers to int constants | Matt Wilson | 2000-07-25 | 1 | -1/+2 |
| | | |||||
| * | broke comment handling | Erik Troan | 2000-07-24 | 1 | -0/+1 |
| | | |||||
| * | disable edd stuff for i386 cause it has issues on some hw | Mike Fulbright | 2000-07-21 | 1 | -5/+10 |
| | | |||||
| * | patch to avoid adding extra whitespace to lilo.conf on upgrades from hj | Matt Wilson | 2000-06-30 | 1 | -7/+10 |
| | | |||||
| * | workaround | Matt Wilson | 2000-06-19 | 1 | -1/+0 |
| | | |||||
| * | duplicate other images weren't handled correctly | Erik Troan | 2000-06-18 | 1 | -3/+3 |
| | | |||||
| * | improved comment | Erik Troan | 2000-06-07 | 1 | -4/+1 |
| | | |||||
| * | fix ewt's think-o | Matt Wilson | 2000-06-05 | 1 | -1/+1 |
| | | |||||
| * | access method for paths | Matt Wilson | 2000-06-05 | 1 | -1/+4 |
| | | |||||
| * | new lilo cont. | Matt Wilson | 2000-06-01 | 1 | -1/+1 |
| | | |||||
| * | mirgate lilo entries for still-existant kernels w/ conflicting labels | Erik Troan | 2000-05-31 | 1 | -0/+1 |
| | | |||||
| * | reworked lilo for better merges | Erik Troan | 2000-05-31 | 1 | -46/+49 |
| | | |||||
| * | enable GUI lilo | Matt Wilson | 2000-05-17 | 1 | -0/+1 |
| | | |||||
| * | this is broken | Matt Wilson | 2000-05-09 | 1 | -2/+5 |
| | | |||||
| * | fix for lilo's edd support | Matt Wilson | 2000-05-09 | 1 | -2/+4 |
| | | |||||
| * | edd support | Matt Wilson | 2000-05-09 | 1 | -1/+6 |
| | | |||||
