Changes

Jump to: navigation, search
Build and install the kernels
== Build and install the kernels ==
Build the kernelkernels:
cd /usr/src
# builds FCTARGETand GENERIC
make buildkernel -j24
Install the kernelkernels:
# installs FCTARGET
sudo make -j24 installkernel
 
If you need to rebuild GENERIC for whatever reason:
 
make buildkernel -j24 KERNCONF=GENERIC
sudo make -j24 installkernel KERNCONF=GENERIC INSTKERNNAME=GENERIC

Navigation menu