From 437fd1c1de155a45d6acd0477c8b66b475533031 Mon Sep 17 00:00:00 2001 From: Abhishek Singh <68962040+abhisheksingh525@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:21:51 +0530 Subject: [PATCH] Update README --- README | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README b/README index 09f34f78f2bb..37708e2fb5c2 100644 --- a/README +++ b/README @@ -110,7 +110,7 @@ INSTALLING the kernel source: You should now have the sources correctly installed. -SOFTWARE REQUIREMENTS +SOFTWARE REQUIREMENTS: Compiling and running the 4.x kernels requires up-to-date versions of various software packages. Consult @@ -202,13 +202,14 @@ CONFIGURING the kernel: "make randconfig" Create a ./.config file by setting symbol values to random values. - "make localmodconfig" Create a config based on current config and - loaded modules (lsmod). Disables any module - option that is not needed for the loaded modules. + "make localmodconfig" + Create a config based on current config and + loaded modules (lsmod). Disables any module + option that is not needed for the loaded modules. - To create a localmodconfig for another machine, - store the lsmod of that machine into a file - and pass it in as a LSMOD parameter. + To create a localmodconfig for another machine, + store the lsmod of that machine into a file + and pass it in as a LSMOD parameter. target$ lsmod > /tmp/mylsmod target$ scp /tmp/mylsmod host:/tmp