aboutsummaryrefslogtreecommitdiff
path: root/docs/wiki/boot/module-management.txt
blob: 96256c14827b44414134a96fa13d5fc33f804adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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