diff options
Diffstat (limited to 'lilo-config/README')
-rw-r--r-- | lilo-config/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lilo-config/README b/lilo-config/README new file mode 100644 index 0000000..db83406 --- /dev/null +++ b/lilo-config/README @@ -0,0 +1,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. |