[arch-commits] Commit in linux/trunk (linux.install)

Thomas Bächler thomas at nymeria.archlinux.org
Sun Jan 26 09:07:24 UTC 2014


    Date: Sunday, January 26, 2014 @ 10:07:23
  Author: thomas
Revision: 204730

Add warning about missing keyboard support.

Modified:
  linux/trunk/linux.install

---------------+
 linux.install |    6 ++++++
 1 file changed, 6 insertions(+)

Modified: linux.install
===================================================================
--- linux.install	2014-01-26 08:54:46 UTC (rev 204729)
+++ linux.install	2014-01-26 09:07:23 UTC (rev 204730)
@@ -22,6 +22,12 @@
   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() {




More information about the arch-commits mailing list