diff options
Diffstat (limited to 'remote/rootfs')
| -rw-r--r-- | remote/rootfs/rootfs-stage31/data/etc/modules | 68 | ||||
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 3 |
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 |
