Linux kernel building tips

less than 1 minute read

  • 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

Tags:

Categories:

Updated: