On Sun, Oct 24, 2010 at 8: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. > Yes, but /boot/config-2.6.28-11-generic is not compressed. You can edit it or just run: cat /boot/config-2.6.28-11-generic This file is a convention of your distro. I don't have this file in my system. Regards, Kfir
