lfs/chapter10
Xi Ruoyao 34f1344072
Revert "Suggest make localmodconfig for kernel"
This reverts commit de679165f9.

localmodconfig does not work very well.  It can only *un*select things
already enabled as modules if the module is not loaded by the host.  It
won't select anything new, nor unselect unneeded things already set to
"y" instead of "m".

Maybe you think we can copy .config from a "mainstream" distro
(producing a highly modular kernel) and use "make localmodconfig", but
when we tested it with a Debian host kernel config, the resulted kernel
refuses to boot.

"make allmodconfig && make localmodconfig" does not work well either:
"allmodconfig" selects many things as y (these thing are not available
as a module) but "localmodconfig" fails to unselect them.
2023-03-10 18:53:48 +08:00
..
chapter10.xml Initial commit of alternative cross LFS 2020-06-07 20:16:00 +00:00
fstab.xml Adjust instructions for /dev/shm when creating virtual filesystems. 2022-09-20 12:20:58 -05:00
grub.xml Typo 2023-01-02 08:02:24 +01:00
introduction.xml Finish review/update to cross2 book 2020-06-12 22:03:30 +00:00
kernel.xml Revert "Suggest make localmodconfig for kernel" 2023-03-10 18:53:48 +08:00