aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README19
1 files changed, 18 insertions, 1 deletions
diff --git a/README b/README
index d3c6d9b..c61ed87 100644
--- a/README
+++ b/README
@@ -6,8 +6,25 @@ This the Bootsplash package for Mandrake 8.2.
The images are stored in initrd and loaded by the kernel at the initrd
loading.
+You can configure some stuff via /etc/sysconfig/installkernel (since
+latest initscripts) the option are :
+
+# Specify here if you want add the splash logo to initrd when
+# generating an initrd. You can specify :
+#
+# SPLASH=no to don't have a splash screen
+#
+# SPLASH=auto to make autodetect the splash screen
+#
+# SPLASH=INT When Integer could be 800x600 1024x768 1280x1024
+#
+SPLASH=auto
+
+# Say yes here if you want to leave the logo on the console.
+LOGO_CONSOLE=no
+
The config how the text are displayed is in the cfg files.
All the stuff here has been inspired from what SuSe does (kudos to Suse).
-Chmouel Boudjnah <chmouel@mandrakesoft.com> \ No newline at end of file
+Chmouel Boudjnah <chmouel@mandrakesoft.com>