summaryrefslogtreecommitdiffstats
path: root/inst
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-06 16:42:47 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-06 16:42:47 (EST)
commit1023c0e2ba541cab561e68cd30183eb38330559b (patch)
treec6dde64716b7fb29002216c20050dc409e351328 /inst
parent4008d4fb9fcebe5987203bde9cb96f45dfd2b146 (diff)
downloadpc-inst-1023c0e2ba541cab561e68cd30183eb38330559b.zip
pc-inst-1023c0e2ba541cab561e68cd30183eb38330559b.tar.gz
pc-inst-1023c0e2ba541cab561e68cd30183eb38330559b.tar.bz2
Dammit, debconf
Diffstat (limited to 'inst')
-rwxr-xr-xinst3
1 files changed, 2 insertions, 1 deletions
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()