From: Paul Sokolovsky Date: Sun, 2 Dec 2007 15:05:53 +0000 (+0000) Subject: psplash: Add stopgap trap against symptomless hangs with psplash on the screen. X-Git-Tag: Release-2010-05/1~8234^2~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebdb17f66506573868880a0fa9e0b0afc1684fa;p=openembedded.git 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. --- diff --git a/packages/psplash/files/psplash-init b/packages/psplash/files/psplash-init index 2bd83cfb07..5587346cb1 100644 --- a/packages/psplash/files/psplash-init +++ b/packages/psplash/files/psplash-init @@ -19,3 +19,5 @@ export TMPDIR=/mnt/.psplash mount tmpfs -t tmpfs $TMPDIR -o,size=40k /usr/bin/psplash $psplash_args & + +(sleep 120; psplash-write "QUIT") &