aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/splash.sh
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-08-26 11:06:17 +0000
committerFlorent Villard <warly@mandriva.com>2003-08-26 11:06:17 +0000
commit97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153 (patch)
tree05eda5154ede93f96b451ef9f5272b6b71ebcb25 /scripts/splash.sh
parent07895b95bdff958d1b7189d07957107f27898b1b (diff)
downloadbootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar
bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.gz
bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.bz2
bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.xz
bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.zip
set Esc as the key to swich to verbose mode
improve switch-theme so that it can be used in post of mandrake_theme packages remove images and config files
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r--scripts/splash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index 5bb4bb4..d200b12 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -184,7 +184,7 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then
_boot=$TEXT
if [ "$text_x" != "" -a "$text_y" != "" \
-a "$text_color" != "" -a "$text_size" != "" -a "$_silent" == "yes" ]; then
- gprintf "Press F2 for verbose mode."
+ gprintf "Press Esc for verbose mode."
fbtruetype.static -x $text_x -y $text_y -t $text_color -s $text_size \
$custom_font "$_boot $TEXT"
fi