dracut-017-40.git20120308
- add s390 ctcm network kernel module
This commit is contained in:
parent
ee76a087a9
commit
0e9e569b55
26
0039-install-ctcm-network-module-on-s390.patch
Normal file
26
0039-install-ctcm-network-module-on-s390.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From 2ff3fc73c81e0170c46683589d9ad705f3a5ad45 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
|
||||||
|
Date: Fri, 2 Mar 2012 11:41:37 +0100
|
||||||
|
Subject: [PATCH] install ctcm network module on s390
|
||||||
|
|
||||||
|
The ctcm module is not loaded automagically because it doesn't pass the
|
||||||
|
"ether_type_trans" test in 40net/module-setup.sh, so load it explicitly.
|
||||||
|
---
|
||||||
|
modules.d/95znet/module-setup.sh | 4 ++++
|
||||||
|
1 files changed, 4 insertions(+), 0 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/modules.d/95znet/module-setup.sh b/modules.d/95znet/module-setup.sh
|
||||||
|
index fbb79aa..b354947 100755
|
||||||
|
--- a/modules.d/95znet/module-setup.sh
|
||||||
|
+++ b/modules.d/95znet/module-setup.sh
|
||||||
|
@@ -13,6 +13,10 @@ depends() {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
+installkernel() {
|
||||||
|
+ instmods ctcm
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
install() {
|
||||||
|
inst_hook cmdline 30 "$moddir/parse-ccw.sh"
|
||||||
|
inst /lib/udev/ccw_init
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 017
|
Version: 017
|
||||||
Release: 39.git20120308%{?dist}
|
Release: 40.git20120308%{?dist}
|
||||||
|
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
@ -62,6 +62,7 @@ Patch35: 0035-add-initqueue-env-and-online-hook.patch
|
|||||||
Patch36: 0036-TEST-20-NFS-test.sh-fsck-with-a.patch
|
Patch36: 0036-TEST-20-NFS-test.sh-fsck-with-a.patch
|
||||||
Patch37: 0037-95iscsi-iscsiroot.sh-fix-for-empty-root.patch
|
Patch37: 0037-95iscsi-iscsiroot.sh-fix-for-empty-root.patch
|
||||||
Patch38: 0038-dracut.spec-add-98pollcdrom.patch
|
Patch38: 0038-dracut.spec-add-98pollcdrom.patch
|
||||||
|
Patch39: 0039-install-ctcm-network-module-on-s390.patch
|
||||||
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -366,6 +367,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/lib/dracut/overlay
|
%dir /var/lib/dracut/overlay
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-40.git20120308
|
||||||
|
- add s390 ctcm network kernel module
|
||||||
|
|
||||||
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-39.git20120308
|
* Thu Mar 08 2012 Harald Hoyer <harald@redhat.com> 017-39.git20120308
|
||||||
- kill dhclient silently
|
- kill dhclient silently
|
||||||
- cleanup and fix network config writeout to /run/initramfs/state
|
- cleanup and fix network config writeout to /run/initramfs/state
|
||||||
|
Loading…
Reference in New Issue
Block a user