fix lts module path

This commit is contained in:
Tobias Powalowski 2011-11-15 16:46:06 +01:00
parent efe99c988b
commit 9d6202756d

View file

@ -9,7 +9,7 @@ KERNEL_BOOT_OPTIONS="rootdelay=10"
MKINITCPIO_CONFIG="/etc/archboot/allinone-lts.conf" MKINITCPIO_CONFIG="/etc/archboot/allinone-lts.conf"
# kernel version, defaulted to build for runtime kernel # kernel version, defaulted to build for runtime kernel
VERSION="2.6.32-lts" VERSION="$(cat /lib/modules/extramodules-2.6.32-lts/version)"
# kernel image, defaulted to stock arch kernel # kernel image, defaulted to stock arch kernel
KERNEL="/boot/vmlinuz26-lts" KERNEL="/boot/vmlinuz26-lts"