~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_posts/2018-12-26-kernel-tip.md -rw-r--r-- 423 bytes
11358a12xdavidwu tweak light footer color 4 years ago

title: "Linux kernel building tips" categories:

  • Linux tags:
  • kernel

  • nconfig looks prettier than menuconfig
  • syncconfig replaces slientoldconfig
  • localmodconfig uses lsmod to update .config with currently loaded modules
  • localyesconfig is like localmodconfig, but built-in instead of modulize
  • LSMOD env variable to provide lsmod output from file
  • INSTALL_MOD_PATH overrides modules_install root