summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage31
diff options
context:
space:
mode:
authorJonathan Bauer2014-05-08 14:31:49 +0200
committerJonathan Bauer2014-05-08 14:31:49 +0200
commitcd50c45da1ee5e19218a1206de4619538fcf12e7 (patch)
tree6ec8b3f97982893fd9470643c763faedc86afed5 /remote/rootfs/rootfs-stage31
parent[kernel] remove ugly kernel copy command (diff)
downloadtm-scripts-cd50c45da1ee5e19218a1206de4619538fcf12e7.tar.gz
tm-scripts-cd50c45da1ee5e19218a1206de4619538fcf12e7.tar.xz
tm-scripts-cd50c45da1ee5e19218a1206de4619538fcf12e7.zip
[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
Diffstat (limited to 'remote/rootfs/rootfs-stage31')
-rw-r--r--remote/rootfs/rootfs-stage31/data/etc/modules68
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init3
2 files changed, 71 insertions, 0 deletions
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