On Sun, Oct 24, 2010 at 2:29 PM, Bond <jamesbond.2k.g@xxxxxxxxx> wrote:
On Sun, Oct 24, 2010 at 7:43 PM, Kfir Lavi <lavi.kfir@xxxxxxxxx> wrote:
>> gunzip -c /proc/config.gz | more
> If you didYou mean to say /proc/config.gz or /boot/config-2.6.28-11-generic are
> cat /boot/config-2.6.28-11-generic | grep -i ikconfig
> and got
> # CONFIG_IKCONFIG is not set
>
> your config is the file: /boot/config-2.6.28-11-generic
same things.
In your case yes, but /proc/config.gz is guaranteed to be the config used to compile your kernel, lives in memory instead of one disk, and is compressed. This could be better or worse ;)
--
John