From 979a10c2a68746565f330e871da2a0a112fa1604 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 12:06:20 +0300 Subject: initial commit --- docs/wiki/boot/module-management.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/wiki/boot/module-management.html (limited to 'docs/wiki/boot/module-management.html') diff --git a/docs/wiki/boot/module-management.html b/docs/wiki/boot/module-management.html new file mode 100644 index 0000000..a77685d --- /dev/null +++ b/docs/wiki/boot/module-management.html @@ -0,0 +1,34 @@ + + + +Module Management | Carbs Linux + + + + + +

Carbs Linux - a simple busybox linux distribution

+
+

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
+
+View Page Source
+ + + + -- cgit v1.2.3