summaryrefslogtreecommitdiffstats
path: root/0007-lsinitrd.sh-add-old-cpio-signature.patch
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-08-20 15:25:09 +0200
committerHarald Hoyer <harald@redhat.com>2013-08-20 15:25:09 +0200
commitb6aad2a9c88b5822b30c1686ce66dd31e2fb1a80 (patch)
treeed0d6ecdbdec525f596bcc3e53c1aede68162c99 /0007-lsinitrd.sh-add-old-cpio-signature.patch
parentec64c91ce1db407933595f4299f6c4f01adcce0f (diff)
downloaddracut-b6aad2a9c88b5822b30c1686ce66dd31e2fb1a80.tar.gz
dracut-b6aad2a9c88b5822b30c1686ce66dd31e2fb1a80.tar.xz
dracut-b6aad2a9c88b5822b30c1686ce66dd31e2fb1a80.zip
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
Diffstat (limited to '0007-lsinitrd.sh-add-old-cpio-signature.patch')
-rw-r--r--0007-lsinitrd.sh-add-old-cpio-signature.patch21
1 files changed, 0 insertions, 21 deletions
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 <harald@redhat.com>
-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";;
- *)