On Mon, Mar 25, 2013 at 10:37:28PM +0000, akhiezer wrote: > > > > $ grep -E 'N(F|I)S' /boot/config > > grep: /boot/config: No such file or directory > > $ > > > Sorry, that should've been: > $ grep -E 'N(F|I)S' /boot/config* > $ > Can you post that anyhow? Thanks.
If the OP mentioned that he does have a /boot/config* file then please ignore this comment (I haven't read all the detail in this thread) : Many of us don't put a config into /boot. Since early 2.6 days the most straightforward option has been to put the config in /proc/config.gz : CONFIG_IKCONFIG , from the first item on menuconfig. Of course, other people keep their current config elsewhere, or perhaps only in the kernel source tree. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
