summaryrefslogtreecommitdiffstats
path: root/abs/core/linux/linux.install.pkg
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-03-25 22:10:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-03-25 22:10:27 (GMT)
commitbe2b75e03866a6963042cdb79b433f9717ecb35a (patch)
tree89017fa19895659d50854ff5ae73906a209deb71 /abs/core/linux/linux.install.pkg
parentae3af2ed004ffa8a99b9beac8d880f9a2aefe218 (diff)
downloadlinhes_pkgbuild-be2b75e03866a6963042cdb79b433f9717ecb35a.zip
linhes_pkgbuild-be2b75e03866a6963042cdb79b433f9717ecb35a.tar.gz
linhes_pkgbuild-be2b75e03866a6963042cdb79b433f9717ecb35a.tar.bz2
linux: update kernel to 3.13.7
Diffstat (limited to 'abs/core/linux/linux.install.pkg')
-rw-r--r--abs/core/linux/linux.install.pkg8
1 files changed, 7 insertions, 1 deletions
diff --git a/abs/core/linux/linux.install.pkg b/abs/core/linux/linux.install.pkg
index a5f68a8..863ef82 100644
--- a/abs/core/linux/linux.install.pkg
+++ b/abs/core/linux/linux.install.pkg
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=
-KERNEL_VERSION=3.12.6-1-ARCH
+KERNEL_VERSION=3.13.7-1-ARCH
post_install () {
# updating module dependencies
@@ -22,6 +22,12 @@ post_upgrade() {
depmod ${KERNEL_VERSION}
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux${KERNEL_NAME}
+
+ if [ $(vercmp $2 3.13) -lt 0 ]; then
+ echo ">>> WARNING: AT keyboard support is no longer built into the kernel."
+ echo ">>> In order to use your keyboard during early init, you MUST"
+ echo ">>> include the 'keyboard' hook in your mkinitcpio.conf."
+ fi
}
post_remove() {