Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down