Harald Hoyer
91b1157500
add support to specify additional udev trigger options
16 years ago
Warren Togami
2c02c8318c
Ensure KMS drivers are loaded before plymouth.
16 years ago
Warren Togami
dff7ea6864
No longer needed, already ran in pre-trigger
16 years ago
Harald Hoyer
27a101f47c
simplify plymouth startup
16 years ago
Harald Hoyer
071bd6e1a0
don't run plymouth --show-splash from udev rule
...
we have to run it no matter what, so don't rely on a rule
16 years ago
Harald Hoyer
1eeddd31af
run udevadm trigger for graphics for plymouth in pre-trigger hook
16 years ago
Warren Togami
0a56724cd6
plymouth0.7: Launch plymouth --show-splash from udev event, and once before switch_root in case it didn't start
16 years ago
Warren Togami
e9b1426eb7
Detect KMS capable drm drivers instead of hard coded list.
16 years ago
Warren Togami
d0c7d42b3e
plymouth-0.7: details.so must be copied as well
16 years ago
Warren Togami
e902c65391
plymouth-0.7: fully install default theme and associated plugin
16 years ago
Warren Togami
642e160c0e
Install KMS drivers. It sucks to have a hard coded list, but there is no clean way of doing this distro-neutral at the moment.
16 years ago
Victor Lowther
cfc5b698e6
Add dependency info to the plymouth modules and the nfsroot module.
...
No point in making it easy for them to fail.
16 years ago
Victor Lowther
4957ab92f2
Create test image on an md array and improve cryptroot handling
...
If we purport to test booting to an md raid, we may as well test it.
We do not need the plymouth module and the normal crypt module to include
duplicate functionality.
16 years ago
Warren Togami
d03caf15cc
Check /sbin/plymouthd for arch instead of /proc/$$/exe. /sbin/plymouthd is guaranteed to be there and be the correct arch.
16 years ago
Andreas Thienemann
9a4495557f
add missing files for plymouth
16 years ago
Harald Hoyer
69f8af0267
plymouth hide-splash on emergency shell
16 years ago
Harald Hoyer
6cfef0c638
check for plymouth-set-default-theme not plymouth-set-default-plugin
16 years ago
Harald Hoyer
1babfad10a
fix node check for plymouth-start.sh
16 years ago
Harald Hoyer
42baa902f2
add plymouth module for plymouth < 0.7
16 years ago
Andreas Thienemann
7a02208af4
Prevent plymouth-start.sh from creating already existing device nodes.
...
Prevent messages such as the following when booting dracut:
++ mknod /dev/null c 1 3
mknod: `/dev/null': File exists
The plymouth-start.sh script tries to create device nodes it needs, but which
have already been created by the /init script.
This patch makes the mknod calls conditional.
diffstat dracut-plymouth-prevent-mknod-errormsg.patch
plymouth-start.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
16 years ago
Harald Hoyer
41fab50b5f
fixed plymouth installation for plymouth-0.7.0-0.2009.05.08.1.fc11
16 years ago
Victor Lowther
5fff86626b
Update plymouth to work with running cryptsetup from a udev rule.
16 years ago
Harald Hoyer
04726f4169
removed exit 1 from debug
16 years ago
Harald Hoyer
ab83e0a6f5
get crypt password with rules
16 years ago
Harald Hoyer
e22d1330d1
Revert "Make plymouth play nice with the current crypt code, part 1"
...
This reverts commit 79ec17c74d
.
16 years ago
Victor Lowther
f8fc759574
Modify modprobe.d installation and add check for plymouth
16 years ago
Victor Lowther
321763882c
Chop tons of unneeded stuff out of the plymouth module
...
Most of plymouth-populate-initrd appears to have been unneeded, and is gone.
The rest was updated to match dracut usage.
16 years ago
Victor Lowther
580ea15dee
Make plymouth play nice with current ctypt code, part 2.
...
The reason this works is that inst will refuse to overwrite a file that
already exists. We jsut make plymouth's code to ask for a password have the
same name as 90crypt's password asking script, and it will override 90crypt's
script while leaving everything else intact.
16 years ago