summaryrefslogtreecommitdiffstats
path: root/src/run/lilo/etc/lilo.conf.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add run-time configuration for liloP. J. McDermott2014-07-151-0/+26