<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'><br>----- Original Message -----<br>From: "mike havlicek" &lt;mhavlicek1@yahoo.com&gt;<br>To: "CLUE technical discussion" &lt;clue-tech@cluedenver.org&gt;<br>Sent: Thursday, May 21, 2009 8:57:14 AM GMT -07:00 US/Canada Mountain<br>Subject: Re: [clue-tech] kernel config file<br><br><br><br><br>--- On Thu, 5/21/09, dennisjperkins@comcast.net &lt;dennisjperkins@comcast.net&gt; wrote:<br><br>&gt; From: dennisjperkins@comcast.net &lt;dennisjperkins@comcast.net&gt;<br>&gt; Subject: [clue-tech] kernel config file<br>&gt; To: kevin@kevinfries.com, "Clue-Tech" &lt;clue-tech@cluedenver.org&gt;<br>&gt; Date: Thursday, May 21, 2009, 7:17 AM<br>&gt; #yiv1756739861 p<br>&gt; {margin:0;}I<br>&gt; looked in a book about the kernel, and it says that if the<br>&gt; kernel is configured to do so, it puts config.gz into /proc,<br>&gt; and that you can unzip that file into the kernel source and<br>&gt; use it to build a new kernel.<br>&gt; <br>Or at least zless it to find the answers you are looking for..<br><br>&gt; I don't know how many distros do this.&nbsp; I<br>&gt; don't know how many put a copy of the config file into<br>&gt; /boot either.<br><br>I was just wondering why distributed kernels don't usually seem to enable config.gz in /proc.<br>I think recently when I was messing with sidux it did. I usually enable<br>it when I build. What is the danger? I have always suspected a danger with<br>using the file in /boot as the end all authority:)<br><br>-Mike<br><br><br>No danger.&nbsp; It just makes the kernel a little larger because it needs to store the config file inside itself.&nbsp; Embedded systems wouldn't want to do this, of course, but otherwise, it is just the preference of the distro builders.<br><br>If I recall correctly, this feature appeared in the 2.6 kernels.<br></div></body></html>