summaryrefslogtreecommitdiffstats
path: root/lilo.py
Commit message (Collapse)AuthorAgeFilesLines
* case insensitive labels courtesy of the copy of lilo.py hiding out inJeremy Katz2001-07-191-6/+70
| | | | up2date. now adrian is implicated in anaconda :)
* more pychecker fixupsMatt Wilson2001-06-231-3/+0
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-381/+0
|
* 1) use mkinitrd -f just in case they had a file there already withMatt Wilson2001-03-291-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 cylindersMike Fulbright2001-03-201-6/+7
|
* cleaned up a tadErik Troan2001-03-161-3/+3
|
* If a label exists in the lilo.conf, *don't* reuse it. Make a freshMatt Wilson2001-03-161-0/+1
| | | | one to add to the new lilo.conf (#31194 and probably MANY MANY more)
* return errorsErik Troan2001-03-071-3/+5
|
* search out localized lilo message files (#25023)Matt Wilson2001-03-011-2/+8
|
* set default append lineErik Troan2001-02-091-1/+11
|
* put enterprise kernel check back to 4gigErik Troan2001-02-061-1/+1
|
* install kernel-enterprise on any machine w/ more then 1gigErik Troan2001-02-061-1/+1
|
* turn off linear on upgrades if we're turning on lba32Erik Troan2001-02-061-0/+2
|
* don't fall over if e820info isn't thereMatt Wilson2001-02-021-1/+4
|
* make lba32 warning a dialog under GUI install, and fix off by one bug with ↵Mike Fulbright2001-01-231-1/+1
| | | | endpoint (should be 1024, not 1023)
* stupid typoMike Fulbright2001-01-231-1/+1
|
* added needsEnterpriseKernel()Erik Troan2001-01-171-0/+20
|
* fix problem with size of tuples to match new styleMike Fulbright2001-01-161-2/+2
|
* added boolean to partitionList() to tell us if partition is preexisting or notMike Fulbright2001-01-121-1/+1
|
* missed a tupled from partitionList() change yesterdayMike Fulbright2001-01-121-1/+1
|
* Made two different calls to get maxcyl of partitions, one for reading from ↵Mike Fulbright2001-01-111-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 Fulbright2001-01-081-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 Troan2001-01-081-0/+1
|
* added sanity checks forErik Troan2001-01-081-0/+36
| | | | | 1) labels causing problems 2) single-key causing problems
* fix for bug 23304 - didnt merge linear/lba32 cleanly on upgradesMike Fulbright2001-01-041-4/+13
|
* made the enterprise kernel go awayErik Troan2000-11-171-6/+0
|
* Cover for fact we haven't written out new partitions when todo.py calls ↵Mike Fulbright2000-08-231-1/+10
| | | | LiloConfiguration!!
* don't call the up kernel -smpErik Troan2000-08-211-1/+2
|
* better enterprise handling should let dos be the default againErik Troan2000-08-161-9/+15
|
* only enable the enterprise kernel on smp systemsErik Troan2000-08-071-1/+1
|
* handle kernel-enterprise if it's selectedErik Troan2000-08-071-5/+13
|
* import rpmMatt Wilson2000-07-251-0/+1
|
* put edd support back, its disabled elsewhereMike Fulbright2000-07-251-10/+5
|
* move all string access of headers to int constantsMatt Wilson2000-07-251-1/+2
|
* broke comment handlingErik Troan2000-07-241-0/+1
|
* disable edd stuff for i386 cause it has issues on some hwMike Fulbright2000-07-211-5/+10
|
* patch to avoid adding extra whitespace to lilo.conf on upgrades from hjMatt Wilson2000-06-301-7/+10
|
* workaroundMatt Wilson2000-06-191-1/+0
|
* duplicate other images weren't handled correctlyErik Troan2000-06-181-3/+3
|
* improved commentErik Troan2000-06-071-4/+1
|
* fix ewt's think-oMatt Wilson2000-06-051-1/+1
|
* access method for pathsMatt Wilson2000-06-051-1/+4
|
* new lilo cont.Matt Wilson2000-06-011-1/+1
|
* mirgate lilo entries for still-existant kernels w/ conflicting labelsErik Troan2000-05-311-0/+1
|
* reworked lilo for better mergesErik Troan2000-05-311-46/+49
|
* enable GUI liloMatt Wilson2000-05-171-0/+1
|
* this is brokenMatt Wilson2000-05-091-2/+5
|
* fix for lilo's edd supportMatt Wilson2000-05-091-2/+4
|
* edd supportMatt Wilson2000-05-091-1/+6
|
* turned off merge of lilo.conf :-(Erik Troan2000-03-081-1/+1
|