diff options
author | Michael Krelin <hacker@klever.net> | 2007-05-07 21:58:16 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-05-07 21:58:16 +0000 |
commit | 518527b6271e8f0adf22ba8a69984047ed238228 (patch) | |
tree | 67254ea3e926a4ff35316a7cb0a06d38a9f6222c /packages/psplash/files | |
parent | 1c484102d87944ebda3f30bcffce3e788cfe0cf3 (diff) |
packages/psplash: added psplash-zap package with initscript to quit psplash before going for login prompt on console image.
Diffstat (limited to 'packages/psplash/files')
-rw-r--r-- | packages/psplash/files/zzapsplash-init | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/psplash/files/zzapsplash-init b/packages/psplash/files/zzapsplash-init new file mode 100644 index 0000000000..5a713e5701 --- /dev/null +++ b/packages/psplash/files/zzapsplash-init @@ -0,0 +1,4 @@ +#!/bin/sh +TMPDIR=/mnt/.psplash psplash-write "QUIT" || true +sleep 1 +umount /mnt/.psplash >/dev/null 2>/dev/null |