From b6aad2a9c88b5822b30c1686ce66dd31e2fb1a80 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 20 Aug 2013 15:25:09 +0200 Subject: dracut-032-1 - fix for kdump in FIPS mode Resolves: rhbz#920931 - fixed iBFT booting Resolves: rhbz#989944 - fixed FIPS mode initramfs creation Resolves: rhbz#990250 - shutdown: fixed killall_proc_mountpoint() Resolves: rhbz#996549 - disable lvmetad in the initramfs Resolves: rhbz#996627 - require dhclient --- 0007-lsinitrd.sh-add-old-cpio-signature.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 0007-lsinitrd.sh-add-old-cpio-signature.patch (limited to '0007-lsinitrd.sh-add-old-cpio-signature.patch') diff --git a/0007-lsinitrd.sh-add-old-cpio-signature.patch b/0007-lsinitrd.sh-add-old-cpio-signature.patch deleted file mode 100644 index 1362882..0000000 --- a/0007-lsinitrd.sh-add-old-cpio-signature.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 1cb652491858464a1ce04f263bb78f313338aa68 Mon Sep 17 00:00:00 2001 -From: Harald Hoyer -Date: Mon, 5 Aug 2013 11:14:24 +0200 -Subject: [PATCH] lsinitrd.sh: add old cpio signature - ---- - lsinitrd.sh | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lsinitrd.sh b/lsinitrd.sh -index ae71d2e..ef1c262 100755 ---- a/lsinitrd.sh -+++ b/lsinitrd.sh -@@ -109,6 +109,7 @@ case $bin in - CAT="zcat";; - BZh*) - CAT="bzcat";; -+ $'\x71\xc7'*) - 070701) - CAT="cat";; - *) -- cgit