aboutsummaryrefslogtreecommitdiff
path: root/docs/wiki/boot/module-management.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/wiki/boot/module-management.txt')
-rw-r--r--docs/wiki/boot/module-management.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/wiki/boot/module-management.txt b/docs/wiki/boot/module-management.txt
deleted file mode 100644
index 96256c1..0000000
--- a/docs/wiki/boot/module-management.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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
-
-