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 --- 0004-lvm-add-yes-to-lvm-lvchange.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 0004-lvm-add-yes-to-lvm-lvchange.patch (limited to '0004-lvm-add-yes-to-lvm-lvchange.patch') diff --git a/0004-lvm-add-yes-to-lvm-lvchange.patch b/0004-lvm-add-yes-to-lvm-lvchange.patch deleted file mode 100644 index 1665007..0000000 --- a/0004-lvm-add-yes-to-lvm-lvchange.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 051de5aadcd8cf1638fb86b89916f7184b30991a Mon Sep 17 00:00:00 2001 -From: Harald Hoyer -Date: Wed, 31 Jul 2013 17:17:37 +0200 -Subject: [PATCH] lvm: add "--yes" to lvm lvchange - ---- - modules.d/90lvm/lvm_scan.sh | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/modules.d/90lvm/lvm_scan.sh b/modules.d/90lvm/lvm_scan.sh -index cc006c8..85ecd4d 100755 ---- a/modules.d/90lvm/lvm_scan.sh -+++ b/modules.d/90lvm/lvm_scan.sh -@@ -108,9 +108,9 @@ if [ -n "$LVS" ] ; then - info "Scanning devices $lvmdevs for LVM logical volumes $LVS" - lvm lvscan --ignorelockingfailure 2>&1 | vinfo - if [ -z "$sysinit" ]; then -- lvm lvchange -ay --ignorelockingfailure $nopoll --ignoremonitoring $LVS 2>&1 | vinfo -+ lvm lvchange --yes -ay --ignorelockingfailure $nopoll --ignoremonitoring $LVS 2>&1 | vinfo - else -- lvm lvchange -ay $sysinit $LVS 2>&1 | vinfo -+ lvm lvchange --yes -ay $sysinit $LVS 2>&1 | vinfo - fi - fi - -- cgit