From 69f8af0267df376ed2d7fa86add7acbcc4edbf3c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 20 May 2009 14:07:37 +0200 Subject: [PATCH] plymouth hide-splash on emergency shell --- modules.d/50plymouth/install | 2 +- modules.d/50plymouth/plymouth-emergency.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 modules.d/50plymouth/plymouth-emergency.sh 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 -- 2.47.3