From d5ea25267a5c90fc02b6d956b36f9281ac736a46 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 13 Dec 2019 23:06:42 +0300 Subject: baselayout: added /etc/keymap --- core/baselayout/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/baselayout/build') diff --git a/core/baselayout/build b/core/baselayout/build index 29d4fabb..91aff2ca 100755 --- a/core/baselayout/build +++ b/core/baselayout/build @@ -48,7 +48,7 @@ done ln -s ../man "$1/usr/local/share/man" # /etc skeleton files. -for f in fstab group host.conf hosts issue os-release \ +for f in fstab group host.conf hosts issue keymap os-release \ passwd profile securetty shells mime.types; do install -m 644 "$f" "$1/etc" done -- cgit v1.2.3