#!/bin/sh set -e # grub-mkconfig helper script. # Written by Daniel Richard G. for # https://bugs.launchpad.net/bugs/782199 # # Place this file in /etc/grub.d/ and run "update-grub". # (Tested only on Ubuntu Linux 11.10 "Oneiric Ocelot") # # For more information on setting the GRUB keymap, refer to # http://lists.gnu.org/archive/html/grub-devel/2011-04/msg00149.html # . /etc/default/keyboard cat >&2 <