summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-20 22:37:01 -0400
committerRay Strode <rstrode@redhat.com>2008-05-20 22:37:01 -0400
commit4392b6923835d5f2cbdd9e84364e83250b6cbcfd (patch)
tree280afa3f5ac3872899c401fbba406fd1ebbffdd2 /scripts
parentff31d108ca2cb15ade449a8ede6d3aa693e254c4 (diff)
downloadplymouth-4392b6923835d5f2cbdd9e84364e83250b6cbcfd.tar.gz
plymouth-4392b6923835d5f2cbdd9e84364e83250b6cbcfd.tar.xz
plymouth-4392b6923835d5f2cbdd9e84364e83250b6cbcfd.zip
Don't show splash by default, instead require client to request it
plymouthd gets started before the drm modesetting modules are loaded, so we can't try to access the frame buffer right away. The plan is to load the drm modules as soon as possible in the initrd and then tell plymouthd to put up the splash ASAP.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/plymouth-update-initrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/plymouth-update-initrd b/scripts/plymouth-update-initrd
index bb3343a..99032ae 100755
--- a/scripts/plymouth-update-initrd
+++ b/scripts/plymouth-update-initrd
@@ -31,7 +31,7 @@ TMPDIR="$(mktemp -d $PWD/initrd.XXXXXXXXXX)"
(cd $TMPDIR
zcat $INITRD | cpio --quiet -Hnewc -i --make-directories
sed -i -e 's@^#!\(.*\)@#!/bin/plymouthd \1\n@' init
- #sed -i -e 's@setquiet@&\n/bin/plymouth --ask-for-password@' init
+ sed -i -e 's@setquiet@&\n/bin/plymouth --show-splash@' init
(cd $LIBDIR
DEPS=$(get_lib_deps ${LIBEXECDIR}/plymouth/plymouth ${LIBDIR}/plymouth/fedora-fade-in.so ${LIBDIR}/plymouth/text.so ${LIBDIR}/plymouth/details.so)
for dep in $DEPS; do