From e787af592176f3d69f626c474d192d1b4a68b57b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 15 Apr 2013 11:56:40 +0200 Subject: dracut-027-26.git20130415 - do not call plymouth with full path - include systemd-random-seed-load.service - fix ca-bundle.crt for ssl curl Resolves: rhbz#950770 - add support for "iso-scan/filename" kernel parameter --- ...-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch (limited to '0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch') diff --git a/0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch b/0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch new file mode 100644 index 0000000..bdd7e0a --- /dev/null +++ b/0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch @@ -0,0 +1,22 @@ +From a229b17434e86c0f22f32f42e64a585f4090a93f Mon Sep 17 00:00:00 2001 +From: Harald Hoyer +Date: Fri, 12 Apr 2013 15:25:44 +0200 +Subject: [PATCH] plymouth/plymouth-pretrigger.sh: fixup of ca2c6936 + +--- + modules.d/50plymouth/plymouth-pretrigger.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh +index 8087bf6..196f2f9 100755 +--- a/modules.d/50plymouth/plymouth-pretrigger.sh ++++ b/modules.d/50plymouth/plymouth-pretrigger.sh +@@ -2,7 +2,7 @@ + # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- + # ex: ts=8 sw=4 sts=4 et filetype=sh + +-if type plymouthd >/dev/null 2>&1 && [-z "$DRACUT_SYSTEMD" ]; then ++if type plymouthd >/dev/null 2>&1 && [ -z "$DRACUT_SYSTEMD" ]; then + if getargbool 1 plymouth.enable && getargbool 1 rd.plymouth -d -n rd_NO_PLYMOUTH; then + # first trigger graphics subsystem + udevadm trigger --action=add --attr-match=class=0x030000 >/dev/null 2>&1 -- cgit