summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
authorRaphael Simon2016-01-05 09:17:44 -0800
committerRaphael Simon2016-01-05 09:17:44 -0800
commit60beae90973b3ebd8f1ffa705d5ca5f037c723db (patch)
tree8afe5a9e406a10a0be0834abcc3f1cfeeb223116 /linux.install
parentac7ec764cc3c91ec1d1caaadc0ebcbcedba999f2 (diff)
downloadaur-60beae90973b3ebd8f1ffa705d5ca5f037c723db.tar.gz
release 4.3-2
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux.install b/linux.install
index a70296fd7c6c..ef42413835ac 100644
--- a/linux.install
+++ b/linux.install
@@ -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() {