Changes

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

Navigation menu