aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmou@mandriva.com>2002-02-22 10:35:47 +0000
committerChmouel Boudjnah <chmou@mandriva.com>2002-02-22 10:35:47 +0000
commit41d6e58dc11eacbdf68995ece0051ae1636bc8f8 (patch)
tree92ba90f354a742ee5d1f2cc302eef09c44470baf /README
parent168c2a05de1a98d519ceff8e1b074ec294015f8a (diff)
downloadbootsplash-41d6e58dc11eacbdf68995ece0051ae1636bc8f8.tar
bootsplash-41d6e58dc11eacbdf68995ece0051ae1636bc8f8.tar.gz
bootsplash-41d6e58dc11eacbdf68995ece0051ae1636bc8f8.tar.bz2
bootsplash-41d6e58dc11eacbdf68995ece0051ae1636bc8f8.tar.xz
bootsplash-41d6e58dc11eacbdf68995ece0051ae1636bc8f8.zip
Upgrade README.
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 26 insertions, 5 deletions
diff --git a/README b/README
index c61ed87..a5660fd 100644
--- a/README
+++ b/README
@@ -6,8 +6,8 @@ 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 :
+You can configure some stuff via /etc/sysconfig/bootsplash
+the option are :
# Specify here if you want add the splash logo to initrd when
# generating an initrd. You can specify :
@@ -20,11 +20,32 @@ latest initscripts) the option are :
#
SPLASH=auto
+# Choose the themes. The should be based in
+# /usr/share/bootsplash/themes/
+THEME=Mandrake
+
# Say yes here if you want to leave the logo on the console.
-LOGO_CONSOLE=no
+# Three options :
+#
+# LOGO_CONSOLE=no don't display logo under console.
+#
+# LOGO_CONSOLE=yes display logo under console.
+#
+# LOGO_CONSOLE=theme leave the theme to decide.
+#
+LOGO_CONSOLE=theme
+
+The config how the text are aligned is in the cfg files of the theme.
+
+You can switch theme by using the command :
+
+/usr/share/bootsplash/scripts/switch-themes THEME_NAME
-The config how the text are displayed is in the cfg files.
+To create a theme simply copy one default theme change the .jpg of
+images/ directory adjust the .cfg files and generate a lilo image with
+the bmp2mdk script of the lilo package (ask: fpons@mandrakesoft.com)
+for more information about this).
-All the stuff here has been inspired from what SuSe does (kudos to Suse).
+Some stuff here has been inspired from what SuSe does (kudos to Suse).
Chmouel Boudjnah <chmouel@mandrakesoft.com>