Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
Date: Wed, 25 Jun 2014 19:10:22
Message-Id: 1403723198.35d7275d87ee8c6831c3e92e1885701e0466b0bd.jmbsvicetto@gentoo
1 commit: 35d7275d87ee8c6831c3e92e1885701e0466b0bd
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 25 19:06:38 2014 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 25 19:06:38 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=35d7275d
7
8 Add support for more nic drivers to netboot - forgot to add x86_64 config.
9
10 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
11
12 ---
13 arch/x86_64/modules_load | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
17 index 777ded4..1c33a96 100644
18 --- a/arch/x86_64/modules_load
19 +++ b/arch/x86_64/modules_load
20 @@ -14,7 +14,7 @@ MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic ncr53
21 MODULES_WAITSCAN="scsi_wait_scan"
22
23 # Hardware (Network)
24 -MODULES_NET="e1000 tg3"
25 +MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3"
26
27 # iSCSI support
28 MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"