> Is there a way of having different /lib/module/2.6.15.4 directory > structures for 2 kernel images of the same version? Hi, This is indeed possible. The easiest way to do this is to edit the top level Makefile in the kernel source tree, and change the "EXTRAVERSION" field value; basically what happens is that what you put there gets appended to the "2.6.15.4" string, like /lib/modules/2.6.15.4-myversion. If you are then careful to pick unique extraversion values for the different configurations you want... you're good to go... Does this answer your question? Greetings, Arjan van de Ven -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/