Red Hat Linux 7.1: The Official Red Hat Linux Customization Guide | ||
---|---|---|
Prev | Chapter 16. Building a Custom Kernel | Next |
To build a monolithic kernel, follow the same steps as building a modularized kernel, with a few exceptions.
When configuring the kernel, do not compile anything as a module. In other words, only answer Yes or No to the questions. Also, you should answer No to kmod support and module version (CONFIG_MODVERSIONS) support.
Omit the following steps:
make modules make modules_install |
Edit lilo.conf and add the line append=nomodules.