View previous topic :: View next topic |
Author |
Message |
jtrooney Tux's lil' helper
Joined: 10 Nov 2004 Posts: 82
|
Posted: Thu Jan 20, 2005 2:11 am Post subject: Kernel Config |
|
|
Hey Guys, I just had a quick question. I have to do a kernel rebuild on a couple of systems at work and the admin didn't save his .config files from the last build. Is there anyway to find out how he has the current kernel configed so i can build from there? BTW they are 2.4 Thanks in advance
Jeff |
|
Back to top |
|
|
moocha Watchman
Joined: 21 Oct 2003 Posts: 5722
|
Posted: Thu Jan 20, 2005 6:15 am Post subject: |
|
|
If that kernel contained the /proc/config.gz access patch, you can just Code: | gzcat /proc/config.gz > /usr/src/linux-2.4.yourversion/.config | to retrieve the configuration.
If it didn't, then nope, no way to do it. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
|
|