diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index 7ae4aad387..e2cd57ab35 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -374,6 +374,21 @@ described above. + + By default, when you build a custom kernel, + all kernel modules also will be rebuilded. + If you want to update a kernel faster or to build only custom + modules, you should edit /etc/make.conf + before starting to build the kernel: + + MODULES_OVERRIDE = linux acpi sound/sound sound/driver/ds1 ntfs + + This variable sets up a list of modules to build instead + of all of them. For other variables which you may find useful + in the process of building kernel, refer to &man.make.conf.5; + manual page. + + In &os; 4.2 and older you must replace KERNCONF= with KERNEL=.