Changes

Jump to: navigation, search

Kernel build

184 bytes added, 05:46, 22 February 2007
split kernel build to finer stages
for this example.
=== Building Prepare ===
First, extract the kernel sources from archive:
# gzip -dc patch-ovz{{krel}}-combined.gz | patch -p1
=== Configure ===
Now we need to place the config and build the kernel:
# cp kernel-{{kver}}-i686-smp.config.ovz .config
# make oldconfig
 
On this stage, you can modify your kernel configuration to better suit your needs. See [[kernel configuration]] for some issues arising at this point.
 
=== Build ===
# make
# make modules

Navigation menu