fix extramodule path

This commit is contained in:
Tobias Powalowski 2012-01-13 14:30:41 +01:00
parent 4e1154726a
commit 45fe82096d

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="$(cat /lib/modules/extramodules-2.6.32-lts/version)" VERSION="$(cat /lib/modules/extramodules-3.0-lts/version)"
# kernel image, defaulted to stock arch kernel # kernel image, defaulted to stock arch kernel
KERNEL="/boot/vmlinuz26-lts" KERNEL="/boot/vmlinuz26-lts"