You are not logged in.
Pages: 1
When creating a minimal kernel build it would be quite convenient if I could look at the modules I'm using and know immediately what kernel CONFIGs they correspond to. Is there a tool that can look at your lsmod and generate a config file from that assuming that the modules you have loaded at the moment are the only ones you'll ever need?
You could give it a config file like the stock Arch one and it would find all the "m"s and change them all to "n"s unless they correspond to a module you are using. For the modules you're using that aren't in the config file like iptables it could give a warning. This sounds really useful. Is there some program that does this? Thanks.
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
In the AUR there's a package called autokernconf, maybe that's kind of what you are searching for.
Offline
Pages: 1