From 0ebdb17f66506573868880a0fa9e0b0afc1684fa Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 2 Dec 2007 15:05:53 +0000 Subject: 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. --- packages/psplash/files/psplash-init | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/psplash') 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") & -- cgit v1.2.3