Hello List, the tsl-Wiki http://www.trustix.org/wiki/index.php/Building_new_kernels_for_TSL_3.0
tells, how to build a new kernel: swup --install kernel-source cd /usr/src/kernel-<version> echo "-<whatever>" > localversion cp /boot/config-<oldversion> .config make oldconfig make menuconfig make modules_install make install When i do this, "make install" complains about a missing "make". When do i have to execute the "make" (before or after the "make modules_install")? Regards, Florian _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
