From 45fe82096d430699638964023840b44096f89286 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 13 Jan 2012 14:30:41 +0100 Subject: [PATCH] fix extramodule path --- etc/archboot/presets/allinone-lts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/archboot/presets/allinone-lts b/etc/archboot/presets/allinone-lts index 2233b319f..abe2be6cb 100644 --- a/etc/archboot/presets/allinone-lts +++ b/etc/archboot/presets/allinone-lts @@ -9,7 +9,7 @@ KERNEL_BOOT_OPTIONS="rootdelay=10" MKINITCPIO_CONFIG="/etc/archboot/allinone-lts.conf" # 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="/boot/vmlinuz26-lts"