Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lilo: Move root option into append | P. J. McDermott | 2014-07-21 | 1 | -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. McDermott | 2014-07-15 | 1 | -3/+3 |
| | | | | "@ROOT@" will already be a partition. | ||||
* | lilo: Update fonts | P. J. McDermott | 2014-07-14 | 1 | -3/+3 |
| | |||||
* | lilo: Use install-lilo's new "@ROOT@" macro | P. J. McDermott | 2014-07-13 | 1 | -3/+3 |
| | |||||
* | lilo: Set fbcon font and add boot entries | P. J. McDermott | 2014-07-13 | 1 | -1/+13 |
| | |||||
* | lilo: Add menu-title and bitmap options. | P. J. McDermott | 2014-06-28 | 1 | -0/+2 |
| | |||||
* | Add run-time configuration for lilo. | P. J. McDermott | 2014-06-28 | 1 | -0/+12 |