#!/bin/sh
kbdchooser=/usr/bin/kbd-chooser

set -e

# Set the kbd early, if necessary
if [ -x "$kbdchooser" -a "$bootkbd" ] ; then
	$kbdchooser $bootkbd
fi
