From: Harald Hoyer Date: Wed, 20 May 2009 12:07:37 +0000 (+0200) Subject: plymouth hide-splash on emergency shell X-Git-Tag: 0.1~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69f8af0267df376ed2d7fa86add7acbcc4edbf3c;p=thirdparty%2Fdracut.git plymouth hide-splash on emergency shell --- diff --git a/modules.d/50plymouth/install b/modules.d/50plymouth/install index 0d2846137..da477c9d4 100755 --- a/modules.d/50plymouth/install +++ b/modules.d/50plymouth/install @@ -1,8 +1,8 @@ #!/bin/bash -echo "installing plymouth" . "$moddir"/plymouth-populate-initrd inst_hook pre-udev 10 "$moddir"/plymouth-start.sh inst_hook pre-pivot 90 "$moddir"/plymouth-newroot.sh +inst_hook emergency 50 "$moddir"/plymouth-emergency.sh inst_rules "$moddir/63-luks.rules" inst "$moddir"/cryptroot-ask.sh /lib/udev/cryptroot-ask inst cryptsetup diff --git a/modules.d/50plymouth/plymouth-emergency.sh b/modules.d/50plymouth/plymouth-emergency.sh new file mode 100644 index 000000000..e8b642d6c --- /dev/null +++ b/modules.d/50plymouth/plymouth-emergency.sh @@ -0,0 +1,2 @@ +#!/sbin/sh +[ -x /bin/plymouth ] && /bin/plymouth --hide-splash