=== sarge ===
<code> apt-get install kernel-source-2.6.8 kernel-patch-vserver kernel-package patch cd /usr/src tar -xjf kernel-source-2.6.8.tar.bz2 cd /usr/src/kernel-source-2.6.8 cp /boot/config-2.6.8* ./.config zcat /usr/src/kernel-patches/diffs/vserver/patch-2.6.8-16-vs1.9.5.x-5.diff.gz | patch -p1 make oldconfig man make-kpkg make-kpkg --initrd binary dpkg -i kernel-image-2.6.8*.deb reboot </code> if you need SATA SMART support while retaining security-supported packages, as i did, use ubuntu hoary's linux-source-2.6.10 & debian sarge's kernel-patch-vserver. (ubuntu supports security updates for 18 months and debian for 6 months into the next stable release.) follow the same directions as above for pure sarge, but download and install [linux-source-2.6.10], get an example config from the [linux-image-2.6.10] package for your architecture, and apply patch-2.6.10-5-debian-vs1.9.4.diff.gz. === sid & woody (outdated) === |