#!/bin/bash
# Load gparted live functions
. /usr/bin/gl-functions

. /etc/gparted-live/gparted-live.conf

if [ -z "$gl_kbd" ]; then
  dpkg-reconfigure console-data
else
  install-keymap ${gl_kbd}
fi
