1 # arg 1: the new package version
2 # arg 2: the old package version
4 KERNEL_VERSION=3.1.8-one
7 depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
9 echo "For fan control add acerhdf to the modules section in rc.conf"
10 echo "AND either add \"acerhdf.kernelmode=1\" to the kernel boot line in /boot/grub/menu.lst"
11 echo "OR create /etc/modprobe.d/acerhdf.conf with the following contents:"
12 echo " options acerhdf kernelmode=1"
16 echo "Add the following entry to /boot/grub/menu.lst:"
17 echo "# (next number) Arch Linux"
18 echo "title Arch Linux ArchOne [/boot/vmlinuz-one]"
20 echo "kernel /boot/vmlinuz-one root=/dev/sda1 ro snd_hda_intel.model=acer-aspire"
26 depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1