Grant schrieb:
>>> Well, I deleted my kernel .config.  Is there any way to magically
>>> re-create it from the compiled kernel image or any other way?
>>>
>>> - Grant
>>>
>>>
>>>
>>>       
>> yes if you had selected 'kernel .config support' when you made the
>> kernel. that's in the 'General setup'.
>> if you did that you'll find /proc/config.gz over there.
>>     
>
> I do have /proc/config.gz, but when I move it to
> /usr/src/2.6.25-hardened-r13 and run 'make oldconfig' it comes up with
> many differences.  I'm booted into 2.6.25-hardened-r11 and there
> shouldn't be any config differences between that and r13.  Does anyone
> know what's going on here?
>
> - Grant
>
>   
do one of those two things and it should work:

zcat /proc/config.gz >/usr/src/linux/.config

or

/usr/src/linux/scripts/extract-ikconfig /boot/YOURKERNEL >
/usr/src/linux/.config.

Than run make oldconfig.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to