From a4dc3663e47a3f3ef97fcb9d68e205d380d62033 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 26 Dec 2018 12:42:46 +0000 Subject: [PATCH] Add kernel building tips --- _posts/2018-12-26-kernel-tip.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _posts/2018-12-26-kernel-tip.md diff --git a/_posts/2018-12-26-kernel-tip.md b/_posts/2018-12-26-kernel-tip.md new file mode 100644 index 0000000..e7cfa30 --- /dev/null +++ b/_posts/2018-12-26-kernel-tip.md @@ -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 -- 2.43.0