Changes

Jump to: navigation, search

Kernel build

99 bytes added, 15:28, 23 March 2007
no edit summary
# rpmbuild -bp kernel-ovz.spec
# cd $TOPDIR/BUILD/kernel-{{kver}}/linux-{{kver}}
 
Note: Make sure all OpenVZ related options are set. See [[kernel configuration]]
There you will find the configuration files in the subdirectory <code>config/*.config</code>. Copy the one you want to modifiy to <code>$TOPDIR/BUILD/kernel-{{kver}}/linux-{{kver}}/.config</code>. Then you can do a make menuconfig or something similar to adjust the kernel configuration. Note that some kernel configuration issues are described at [[kernel configuration]].
# make oldconfig
On this stage, you can modify your kernel configuration to better suit your needs.   Note: Make sure all OpenVZ related options are set. See [[kernel configuration]] for some issues arising at this point.
=== Build ===

Navigation menu