aboutsummaryrefslogtreecommitdiff
path: root/src/wiki/boot/module-management.md
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-27 23:22:15 +0300
committerCem Keylan <cem@ckyln.com>2020-06-27 23:22:15 +0300
commit22940b398010e3b653052dd27d0ac6fddbdae83c (patch)
tree7cd8dd6c2c4c71df16907cba02a234a37ce964e0 /src/wiki/boot/module-management.md
parenta6ee51f255d194d439e08bd5c187768444c439ec (diff)
downloadwebsite-22940b398010e3b653052dd27d0ac6fddbdae83c.tar.gz
update
Diffstat (limited to 'src/wiki/boot/module-management.md')
-rw-r--r--src/wiki/boot/module-management.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/wiki/boot/module-management.md b/src/wiki/boot/module-management.md
deleted file mode 100644
index c9cdffb..0000000
--- a/src/wiki/boot/module-management.md
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-
-