You are not logged in.
Is there a way of dumping the kernel configuration on linux?
Obviously lsmod will give me what modules are loaded, but how would I get things that have been built into the kernel? Is this possible?
On arch this seems very easy '/proc/config.gz' has it all but on ubuntu it's in /boot. However my config in /boot is wrong all i have is a kernel. Is there a way of retrieving the config?
Last edited by brendan (2010-04-10 23:37:44)
Offline
So.. you want to know how to get the config for the Ubuntu kernel? Why don't you ask in the Ubuntu forum?
Offline
zcat /proc/config.gz > kernel.config
Also, there is zgrep and zless for gzipped files.
Offline
So.. you want to know how to get the config for the Ubuntu kernel? Why don't you ask in the Ubuntu forum?
This. I'm not sure there IS a way, but they'd know better.
Last edited by ngoonee (2010-04-11 12:40:22)
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline