diff options
author | Bill Nottingham <notting@redhat.com> | 2008-09-08 13:33:36 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-09-08 13:33:36 -0400 |
commit | 446f1bb8dd845e287d3030b9fafe7cb0da99e573 (patch) | |
tree | 18b30ee04bfd2ca64f6013fda5b4068f857524dc /event.d | |
parent | f30ff860b92dd486e98e9b08c8ca8b3ba087e42d (diff) | |
download | initscripts-446f1bb8dd845e287d3030b9fafe7cb0da99e573.tar initscripts-446f1bb8dd845e287d3030b9fafe7cb0da99e573.tar.gz initscripts-446f1bb8dd845e287d3030b9fafe7cb0da99e573.tar.bz2 initscripts-446f1bb8dd845e287d3030b9fafe7cb0da99e573.tar.xz initscripts-446f1bb8dd845e287d3030b9fafe7cb0da99e573.zip |
Hide plymouth splash.
Diffstat (limited to 'event.d')
-rw-r--r-- | event.d/rcS-sulogin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/event.d/rcS-sulogin b/event.d/rcS-sulogin index 59a0b4d3..00c1d34c 100644 --- a/event.d/rcS-sulogin +++ b/event.d/rcS-sulogin @@ -10,6 +10,7 @@ stop on runlevel console owner script runlevel --set S >/dev/null || true + plymouth --hide-splash || true exec /bin/bash end script post-stop script |