From cd50c45da1ee5e19218a1206de4619538fcf12e7 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 8 May 2014 05:31:49 -0700 Subject: [rfs-s31] always try to modprobe modules in /etc/modules kernel-system: they will be there and modprobe will succeed kernel-openslx: they will be missing and modprobe will fail, which is ok since we have those modules built-in the kernel --- remote/rootfs/rootfs-stage31/data/etc/modules | 68 +++++++++++++++++++++++++++ remote/rootfs/rootfs-stage31/data/init | 3 ++ 2 files changed, 71 insertions(+) create mode 100644 remote/rootfs/rootfs-stage31/data/etc/modules diff --git a/remote/rootfs/rootfs-stage31/data/etc/modules b/remote/rootfs/rootfs-stage31/data/etc/modules new file mode 100644 index 00000000..e728c600 --- /dev/null +++ b/remote/rootfs/rootfs-stage31/data/etc/modules @@ -0,0 +1,68 @@ +8139cp +8139too +acenic +adp8860_bl +adp8870_bl +atl1 +atl1c +atl1e +atl2 +atp +b44 +bna +bnx2 +bnx2x +cnic +cxgb +cxgb3 +cxgb4 +cxgb4vf +de2104x +dl2k +dmfe +dnet +e100 +e1000 +e1000e +forcedeth +hid-generic +hp100 +igb +igbvf +ipg +ixgb +ixgbe +ixgbevf +jme +ksz884x +myri10ge +nbd +ne2k-pci +parport +pcnet32 +qla3xxx +qlge +r6040 +r8169 +s2io +sc92031 +sfc +sis190 +sis900 +skge +sky2 +smsc9420 +squashfs +sunhme +tg3 +tlan +tulip +typhoon +uli526x +usbhid +via-rhine +via-velocity +vmxnet3 +vxge +xfs +xircom_cb diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init index b91818fa..00235767 100755 --- a/remote/rootfs/rootfs-stage31/data/init +++ b/remote/rootfs/rootfs-stage31/data/init @@ -60,6 +60,9 @@ for opts in ${KCL}; do esac done +# load kernel modules as given in /etc/modules +modprobe -a -b $(cat /etc/modules) + . "/inc/drm.functions" if [ "$SPLASH" -eq 1 ]; then -- cgit v1.2.3-55-g7522