| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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 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.
|
|
|
|
| |
"@ROOT@" will already be a partition.
|
| |
|
| |
|
| |
|
| |
|
|
|