summaryrefslogtreecommitdiffstats
path: root/lilo-config/README
blob: db83406d2b64a1bf02e279ea2e4a0c8639378d41 (plain)
1
2
3
4
5
6
7
8
9
lilo-config is a kcontrol plugin for configuring LILO, the most commonly
used Linux boot loader.

Parts of the code (basically all the code that does the real work) are designed
to be UI independent (if I ever have the time, there will be a textmode
frontend), which is why I'm using "String"s rather than "QString"s throughout
the code. Please don't change this.

Send comments/suggestions to kde-devel@kde.org.