2 KERNEL_NAME=2.6.32.28-OVZ32-feoktistov.1
7 echo ">>> Updating module dependencies. Please wait ..."
12 echo ">>> Generating initramfs, using mkinitcpio. Please wait..."
15 /sbin/mkinitcpio -p ${PKGNAME}
17 echo ">>> Note, what kernel-related packages such as ndiswrapper"
18 echo ">>> must be rebuilt for this custom kernel to work properly"
20 echo ">>> You also must add this new kernel in boot loader config"
22 echo ">>> Example for grub:"
24 title Arch Linux OpenVZ
26 kernel /vmlinuz26-ovz32 root=/dev/sda1 ro
27 initrd /kernel26-ovz32.img
30 echo ">>> Example for LILO:"
32 image=/boot/vmlinuz26-ovz32
35 initrd=/boot/kernel26-ovz32.img