[gnome-hwtest] Add networking modules to initramfs
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-hwtest] Add networking modules to initramfs
- Date: Tue, 22 Jul 2014 20:09:56 +0000 (UTC)
commit fe54a945ceac78fe200f561a8a1c4b9f736289eb
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Thu Jun 26 16:05:38 2014 -0400
Add networking modules to initramfs
Since don't install the dracut network module, we need to pull in
network drivers manually from our dracut module. (Not sure why this
worked with kernel 3.10 - it's possible that they got pulled in by dependencies
of some other part of dracut, but it doesn't work with 3.14)
dracut/module-setup.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh
index a3ebbc1..6b0304b 100755
--- a/dracut/module-setup.sh
+++ b/dracut/module-setup.sh
@@ -37,7 +37,7 @@ install() {
installkernel() {
local _arch=$(uname -m)
- instmods bnx2i qla4xxx cxgb3i cxgb4i be2iscsi
+ instmods bnx2i qla4xxx cxgb3i cxgb4i be2iscsi =drivers/net/ethernet virtio_net
hostonly="" instmods iscsi_tcp iscsi_ibft crc32c iscsi_boot_sysfs
iscsi_module_filter() {
local _funcs='iscsi_register_transport'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]