1 # arg 1: the new package version
2 # arg 2: the old package version
4 KERNEL_VERSION=2.6.36-tuxonice-1
7 echo ">>> Updating module dependencies. Please wait ..."
9 echo ">>> Kernel sources were installed to /usr/src/linux-$KERNEL_VERSION."
10 echo ">>> You need to configure, compile, and install the kernel before you"
11 echo ">>> can use it:"
12 echo ">>> # cd /usr/src/linux-$KERNEL_VERSION; make menuconfig"
13 echo ">>> # make && make modules_install"
14 echo ">>> # cp arch/x86/boot/bzImage /boot/$KERNEL_VERSION"
15 echo ">>> Then edit your bootloader config. You may also wish to use"
16 echo ">>> mkinitcpio to make an initial ram disk."$'\n'
18 echo ">>> The gzipped config for your currently running kernel might be found"
19 echo ">>> in /proc/config.gz (if that option was enabled in the kernel)."
20 echo ">>> It can be gunzip'd to /usr/src/linux-$KERNEL_VERSION/.config ."
21 echo ">>> If you use /proc/config.gz, you may wish to run make oldconfig"
22 echo ">>> or make silentoldconfig before menuconfig."