summaryrefslogtreecommitdiff
path: root/packages/gpe-bootsplash/files/tty2-message.patch
blob: 0c3b2d859b4090df3fe59526da44c9dcab1c1aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- gpe-bootsplash-1.15/gpe-bootsplash.init.orig	2006-02-12 19:36:10.600838563 +0100
+++ gpe-bootsplash-1.15/gpe-bootsplash.init	2006-02-12 19:36:13.957218949 +0100
@@ -31,8 +31,15 @@
 			;;
 	esac
 	echo "0" > /proc/sys/kernel/printk
+
+	# Clear tty2 
+	echo -e "\033c" > /dev/tty2
 	chvt 2
-	/usr/bin/gpe-bootsplash $ARGS
+	
+	echo -e "\nLoading bootsplash..." > /dev/tty2
+	echo "Use Fn-LeftArrow to see the boot messages." > /dev/tty2
+
+	/usr/bin/gpe-bootsplash $ARGS || chvt 1
 	;;
 'stop')
 ;;