Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Capturing kernel customization to post on forum and wiki?


Recommended Posts

  • 3 weeks later...

How do I capture kernel customization flags, visualize them and post on line as it appears in the "kernel" snippet in this page:

 

https://wiki.gentoo.org/wiki/Docker

 

In other words, I made some changes previously to say /usr/src/linux/.config. How do I show ONLY these changes via, say, "make menuconfig", and copy the text with markings?

 

I don't use Docker, so can't answer concerning it.

 

When you run "make menuconfig", when you save and close, it moves .config to .config.old. So just run:

diff /usr/src/linux/.config /usr/src/linux/.config.old

You can't show changes with menuconfig, and copy the text with markings (whatever markings are).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...