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.