From 1023c0e2ba541cab561e68cd30183eb38330559b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Mar 2016 16:42:47 -0500 Subject: Dammit, debconf --- (limited to 'inst') diff --git a/inst b/inst index 2bbc378..0fe5d28 100755 --- a/inst +++ b/inst @@ -271,7 +271,7 @@ do_kb_setup() { info 'Setting keyboard configuration' - cat >"${target}/etc/default/keyboard" <<-EOF + cat >"${target}/etc/default/keyboard.hack" <<-EOF # Check /usr/share/doc/keyboard-configuration/README.Debian for # documentation on what to do after having modified this file. @@ -290,6 +290,7 @@ do_kb_setup() # KMAP=/etc/console-setup/defkeymap.kmap.gz BACKSPACE="${kb_backspace}" EOF + ln -s keyboard.hack "${target}/etc/default/keyboard" } do_locale_setup() -- cgit v0.9.1