diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-03-25 22:10:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-03-25 22:10:27 (GMT) |
commit | be2b75e03866a6963042cdb79b433f9717ecb35a (patch) | |
tree | 89017fa19895659d50854ff5ae73906a209deb71 /abs/core/linux/linux.install | |
parent | ae3af2ed004ffa8a99b9beac8d880f9a2aefe218 (diff) | |
download | linhes_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')
-rw-r--r-- | abs/core/linux/linux.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/linux/linux.install b/abs/core/linux/linux.install index a70296f..ef42413 100644 --- a/abs/core/linux/linux.install +++ b/abs/core/linux/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() { |