blob: c9cdffba94d4629bf857c15711fa5e8e2163147b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Title: Module Management
Module Management
=================
With **busybox-init**, a module can be loaded at boot by adding such a line to your `inittab`
::once:/bin/modprobe module-name
With **sinit**, a module can be loaded from your `/etc/rc.local` file. Add this to your file
/bin/modprobe module-name
|