From 32642e9448f2a2c3589d72b7b5add69537a80658 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 21 Feb 2014 19:23:45 -0200 Subject: linux-libre-3.13.4-1: updating version --- libre/linux-libre/linux-libre.install | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libre/linux-libre/linux-libre.install') diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index 8d5658aab..34be5215e 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.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() { -- cgit v1.2.3