summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-xen/linux-libre-xen.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-23 21:52:15 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-23 21:52:15 -0200
commita602ffbd7ff9ed3faaf1e7a172d98f4511c8f11f (patch)
tree06df6c59ef8c8fa843e09aba3c54878cdb0e85a5 /kernels/linux-libre-xen/linux-libre-xen.install
parent2c1a93591e705edf2f906507c90e953b82480049 (diff)
linux-libre-{pae,xen}-3.13.5-1: updating version
Diffstat (limited to 'kernels/linux-libre-xen/linux-libre-xen.install')
-rw-r--r--kernels/linux-libre-xen/linux-libre-xen.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernels/linux-libre-xen/linux-libre-xen.install b/kernels/linux-libre-xen/linux-libre-xen.install
index 0683dce3d..e8dc463b6 100644
--- a/kernels/linux-libre-xen/linux-libre-xen.install
+++ b/kernels/linux-libre-xen/linux-libre-xen.install
@@ -26,6 +26,12 @@ post_upgrade() {
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux-libre${KERNEL_NAME}
fi
+
+ 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() {