diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-13 23:06:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-13 23:06:42 +0300 |
commit | d5ea25267a5c90fc02b6d956b36f9281ac736a46 (patch) | |
tree | 102aa722dfcf74a5f317bcd6a2483e58e572e73f /core/baselayout/build | |
parent | 9d84f4fb9977060638d722733e8ac6b8bac57593 (diff) | |
download | repository-d5ea25267a5c90fc02b6d956b36f9281ac736a46.tar.gz |
baselayout: added /etc/keymap
Diffstat (limited to 'core/baselayout/build')
-rwxr-xr-x | core/baselayout/build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |