summaryrefslogtreecommitdiffstats
path: root/lilo.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* preserve lilo.conf permissions on upgradeMatt Wilson2000-02-141-3/+5
|
* fixed more think-o stuffMatt Wilson2000-02-011-1/+2
|
* fixed a couple of minor think-o'sMatt Wilson2000-02-011-2/+2
|
* upgrades workMatt Wilson2000-01-281-2/+4
|
* fixed lilo default ettingMatt Wilson2000-01-281-2/+2
|
* basic changes to get new lilo code workingMatt Wilson2000-01-281-38/+50
|
* reworked lilo config into separate lilo.py, fixed numerous bugs (nowErik Troan2000-01-251-9/+283
| | | | merges upgraded lilo.cf file into new one)
* o patches for jj for moving to kudzu for probingMatt Wilson1999-09-081-3/+2
| | | | o don't change the root text for a messagewindow
* group boolean exprMatt Wilson1999-08-201-1/+1
|
* o boot disk promptMatt Wilson1999-08-201-8/+31
| | | | | | o check to make sure filesystems have bootable flag for lilo "other" images o check for kernel images in lilo config o return status for execwithredirect
* lilo.py: chown lilo.conf to 0644Matt Wilson1999-06-261-0/+2
| | | | | | | | | | | | text.py: fleshed out package installation screen - we now pass the header to the update functions so they can get whatever info they need todo.py: pass header to setPackage, call completePackage on RPMCALLBACK_INST_CLOSE_FILE callback Pass the total size and number of packages in the transaction to the status window loader/lang.h: more i18n defines loader/loader.c: start of loader steps, pulled network device configuration out into isys
* *** empty log message ***Erik Troan1999-05-041-0/+71