aboutsummaryrefslogtreecommitdiff
path: root/docs/wiki/boot/module-management.txt
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-06 12:06:20 +0300
committerCem Keylan <cem@ckyln.com>2020-04-06 12:06:20 +0300
commit979a10c2a68746565f330e871da2a0a112fa1604 (patch)
treeedc502252ef282c7f67f40251300130aa4b094c1 /docs/wiki/boot/module-management.txt
downloadwebsite-979a10c2a68746565f330e871da2a0a112fa1604.tar.gz
initial commit
Diffstat (limited to 'docs/wiki/boot/module-management.txt')
-rw-r--r--docs/wiki/boot/module-management.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/wiki/boot/module-management.txt b/docs/wiki/boot/module-management.txt
new file mode 100644
index 0000000..96256c1
--- /dev/null
+++ b/docs/wiki/boot/module-management.txt
@@ -0,0 +1,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
+
+