Typically, this is default
+----- Kernel .config support ----------+
 This option enables the complete Linux kernel ".config" file
 contents to be saved in the kernel. It provides documentation
 of which kernel options are used in a running kernel or in an
 on-disk kernel.  This information can be extracted from the kernel
 image file with the script scripts/extract-ikconfig and used as
 input to rebuild the current kernel or to build another kernel.
 It can also be extracted from a running kernel by reading
 /proc/config.gz if enabled (below).
 Symbol: IKCONFIG [=y]
 Prompt: Kernel .config support
   Defined at init/Kconfig:409
   Location:
     -> General setup

So, if image = /boot/vmlinux-2.6.33
then
  /sources/linux-2.6.33/scripts/extract-ikconfig /boot/vmlinux-2.6.33
matches
  zcat /proc/config.gz

And if they don't match ... I have no clue.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to