6,534
edits
Changes
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