summaryrefslogtreecommitdiffstats
path: root/src/run/lilo/etc/lilo.conf.in
Commit message (Collapse)AuthorAgeFilesLines
* /etc/lilo.conf.in: Use brandingP. J. McDermott2014-11-111-4/+7
| | | | | | | And with the ProteanOS logo in the background image, we don't need "ProteanOS 1.0" in the menu entry labels. This gives us back characters that we can use to better describe the options, instead of using obscure "~" and "+" symbols for "Old kernel" and "Large font", respectively.
* lilo: Move root option into appendP. J. McDermott2014-07-211-6/+3
| | | | | | | | | LILO tries to stat() the specified root device. If that fails, LILO expects that the given root option is numeric. If something like "/dev/sdb1" is given on a system with no "/dev/sdb1" device node, LILO throws an error: "Fatal: Illegal 'root=' specification: /dev/sdb1". This all happens in dev_number() in src/bsect.c.
* lilo: Drop part num after "@ROOT@"P. J. McDermott2014-07-151-3/+3
| | | | "@ROOT@" will already be a partition.
* lilo: Update fontsP. J. McDermott2014-07-141-3/+3
|
* lilo: Use install-lilo's new "@ROOT@" macroP. J. McDermott2014-07-131-3/+3
|
* lilo: Set fbcon font and add boot entriesP. J. McDermott2014-07-131-1/+13
|
* lilo: Add menu-title and bitmap options.P. J. McDermott2014-06-281-0/+2
|
* Add run-time configuration for lilo.P. J. McDermott2014-06-281-0/+12