> Under /usr/src after installing the kernel source package in SuSE 8.1, > you get a directory 2.4.19.SUSE, but I can't find the config file that > shows what options they compiled it with. >
There is also a hidden file like, '.config' that holds options compiled into the kernel in that or kernel-2.4.19 directory. Everytime a 'make config', 'make menuconfig', etc., is processed this file is updated. Then, the next process which is a 'make' obtains options from this hidden file when kernel is compiled. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
