[oe-commits] org.oe.dev psplash: Add stopgap trap against symptomless hangs with psplash on the screen.

pfalcon commit openembedded-commits at lists.openembedded.org
Sun Dec 2 18:07:41 UTC 2007


psplash: Add stopgap trap against symptomless hangs with psplash on the screen.
* Add timer to shutdown psplash after 120 seconds. Normal boot procedure should
be over by then, but if not, user at least will see on the console screen where
it hung.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 7dd021158903969692856485e85de33bddd3188a
ViewMTN: http://monotone.openembedded.org/revision/info/7dd021158903969692856485e85de33bddd3188a
Files:
1
packages/psplash/files/psplash-init
Diffs:

#
# mt diff -r60a7c801ccee205966df4a7106192b8c22661f59 -r7dd021158903969692856485e85de33bddd3188a
#
# 
# 
# patch "packages/psplash/files/psplash-init"
#  from [3772ad3a62a548c557d719d87d586d1d4ea6044f]
#    to [920674c4b9876275351f49712ab0fa731a6ca7a9]
# 
============================================================
--- packages/psplash/files/psplash-init	3772ad3a62a548c557d719d87d586d1d4ea6044f
+++ packages/psplash/files/psplash-init	920674c4b9876275351f49712ab0fa731a6ca7a9
@@ -19,3 +19,5 @@ mount tmpfs -t tmpfs $TMPDIR -o,size=40k
 mount tmpfs -t tmpfs $TMPDIR -o,size=40k
 
 /usr/bin/psplash $psplash_args &
+
+(sleep 120; psplash-write "QUIT") &






More information about the Openembedded-commits mailing list