From 3c3faaa90e15f568be2bbdc079b94a95230412f7 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 3 Oct 2001 17:33:00 +0000 Subject: [PATCH] Clarifys the modules explanation, kmod is the standard used. --- doc/html/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/html/index.html b/doc/html/index.html index 2e931c8..6ed77a5 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -110,7 +110,9 @@ properly.   If these modules aren't found in the modules directory it is assumed that they either are in the kernel or they do not exist.   In the case of 2 disk compression, floppy needs to be included in the -kernel or included as a module.

+kernel or included as a module.    +Kmod inserts the modules, and kmod needs to be built-in to the kernel along +with initrd and ramdisk.",

@@ -271,8 +273,9 @@ different name.

Edit->Settings->Stripping allows you to turn off/on stripping for Libraries, Binaries, and Modules.   ---strip-all is the default stripping -behavior, but Libraries may have this behavior changed to --strip-debug.

+--strip-all is the default for binaries and libraries, +and --strip-debug is the default for modules; however libraries may +be changed to --strip-debug in the settings.