Add kernel building tips
1 files changed, 14 insertions(+), 0 deletions(-) A _posts/2018-12-26-kernel-tip.md
A _posts/2018-12-26-kernel-tip.md => _posts/2018-12-26-kernel-tip.md +14 -0
@@ 0,0 1,14 @@ --- 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 \ No newline at end of file