diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-23 21:57:48 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-23 21:57:48 -0200 |
commit | 9976fa7126929479212ad9ba4c2eb182434c6b94 (patch) | |
tree | 0c8a5571a6248322161bd663e960c57c32c5a6ce /kernels | |
parent | a602ffbd7ff9ed3faaf1e7a172d98f4511c8f11f (diff) |
linux-libre-grsec: add warning about missing keyboard support
Diffstat (limited to 'kernels')
-rw-r--r-- | kernels/linux-libre-grsec/linux-libre-grsec.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernels/linux-libre-grsec/linux-libre-grsec.install b/kernels/linux-libre-grsec/linux-libre-grsec.install index dfdf39530..68eb041c0 100644 --- a/kernels/linux-libre-grsec/linux-libre-grsec.install +++ b/kernels/linux-libre-grsec/linux-libre-grsec.install @@ -100,6 +100,12 @@ post_upgrade() { 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 + _add_groups _fix_permissions |