summaryrefslogtreecommitdiffstats
path: root/0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-04-15 11:56:40 +0200
committerHarald Hoyer <harald@redhat.com>2013-04-15 11:56:40 +0200
commite787af592176f3d69f626c474d192d1b4a68b57b (patch)
treeafcf0e251b663280bc23c09cf0ec66aceaa51828 /0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch
parentb215c1349afe58940a3f7075494aa7021032778e (diff)
downloaddracut-e787af592176f3d69f626c474d192d1b4a68b57b.tar.gz
dracut-e787af592176f3d69f626c474d192d1b4a68b57b.tar.xz
dracut-e787af592176f3d69f626c474d192d1b4a68b57b.zip
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
Diffstat (limited to '0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch')
-rw-r--r--0020-plymouth-plymouth-pretrigger.sh-fixup-of-ca2c6936.patch22
1 files changed, 22 insertions, 0 deletions
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 <harald@redhat.com>
+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