Skip to content

Instantly share code, notes, and snippets.

@eric
Created September 8, 2009 21:05
Show Gist options
  • Save eric/183224 to your computer and use it in GitHub Desktop.
Save eric/183224 to your computer and use it in GitHub Desktop.
# After installing ubuntu (hardy)
wget http://mirrors.kernel.org/ubuntu/pool/main/l/linux/linux-headers-2.6.24-24-xen_2.6.24-24.59_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/l/linux/linux-headers-2.6.24-24_2.6.24-24.59_all.deb
dpkg -i linux-headers-2.6.24-24-xen_2.6.24-24.59_amd64.deb linux-headers-2.6.24-24_2.6.24-24.59_all.deb
tar jchvf kernel-headers-2.6.24-24-xen.tar.bz2 /lib/modules/2.6.24-24-xen/build
# You can download the file from http://drop.io/3xnd0is/asset/kernel-headers-2-6-24-24-xen-tar-bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment