On Sun, Oct 24, 2010 at 2:29 PM, Bond <[email protected]> wrote:
> On Sun, Oct 24, 2010 at 7:43 PM, Kfir Lavi <[email protected]> wrote: > > > >> gunzip -c /proc/config.gz | more > > If you did > > 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 > You mean to say /proc/config.gz or /boot/config-2.6.28-11-generic are > 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
