description "Load System default Keymap" author "Harald Kueller " version 1.0 emits none special start on stopped mountfs console output script echo "Loading Keymap" source /etc/init/functions if [ -f /etc/sysconfig/kbd/setkeys ]; then exec 3&- fi /usr/bin/loadkeys -d >/dev/null status_message "Loaded Keymap ..." end script