From 22940b398010e3b653052dd27d0ac6fddbdae83c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 27 Jun 2020 23:22:15 +0300 Subject: update --- docs/wiki/boot/module-management.html | 34 ---------------------------------- docs/wiki/boot/module-management.txt | 14 -------------- 2 files changed, 48 deletions(-) delete mode 100644 docs/wiki/boot/module-management.html delete mode 100644 docs/wiki/boot/module-management.txt (limited to 'docs/wiki/boot') diff --git a/docs/wiki/boot/module-management.html b/docs/wiki/boot/module-management.html deleted file mode 100644 index a77685d..0000000 --- a/docs/wiki/boot/module-management.html +++ /dev/null @@ -1,34 +0,0 @@ - - - -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
- - - - 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 - - -- cgit v1.2.3