dracut-026-56.git20130318
- don't fail hard on kernel modules install Resolves: rhbz#922565
This commit is contained in:
parent
45974b2907
commit
93362f99f1
@ -0,0 +1,22 @@
|
|||||||
|
From c9e5b75308d858dfb865d3db0a7bad1d6062348d Mon Sep 17 00:00:00 2001
|
||||||
|
From: Harald Hoyer <harald@redhat.com>
|
||||||
|
Date: Mon, 18 Mar 2013 09:29:08 +0100
|
||||||
|
Subject: [PATCH] kernel-modules/module-setup.sh: don't fail hard on a missing
|
||||||
|
module
|
||||||
|
|
||||||
|
---
|
||||||
|
modules.d/90kernel-modules/module-setup.sh | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
||||||
|
index bd35a2c..a04eba8 100755
|
||||||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||||||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||||||
|
@@ -70,6 +70,7 @@ installkernel() {
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
+ :
|
||||||
|
}
|
||||||
|
|
||||||
|
install() {
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 026
|
Version: 026
|
||||||
Release: 55.git20130318%{?dist}
|
Release: 56.git20130318%{?dist}
|
||||||
|
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
@ -83,6 +83,7 @@ Patch51: 0051-dracut.conf.5.asc-remove-duplicated-install_items.patch
|
|||||||
Patch52: 0052-dmsquash-live-force-load-squashfs-kernel-module.patch
|
Patch52: 0052-dmsquash-live-force-load-squashfs-kernel-module.patch
|
||||||
Patch53: 0053-sosreport-mkdir-run-initramfs-if-it-does-not-exist-y.patch
|
Patch53: 0053-sosreport-mkdir-run-initramfs-if-it-does-not-exist-y.patch
|
||||||
Patch54: 0054-kernel-modules-module-setup.sh-install-all-host-file.patch
|
Patch54: 0054-kernel-modules-module-setup.sh-install-all-host-file.patch
|
||||||
|
Patch55: 0055-kernel-modules-module-setup.sh-don-t-fail-hard-on-a-.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: dash bash git
|
BuildRequires: dash bash git
|
||||||
@ -472,6 +473,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{dracutlibdir}/dracut.conf.d/02-norescue.conf
|
%{dracutlibdir}/dracut.conf.d/02-norescue.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-56.git20130318
|
||||||
|
- don't fail hard on kernel modules install
|
||||||
|
Resolves: rhbz#922565
|
||||||
|
|
||||||
* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-55.git20130318
|
* Mon Mar 18 2013 Harald Hoyer <harald@redhat.com> 026-55.git20130318
|
||||||
- install all host filesystem drivers
|
- install all host filesystem drivers
|
||||||
Resolves: rhbz#922565
|
Resolves: rhbz#922565
|
||||||
|
Loading…
Reference in New Issue
Block a user