Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Add keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Apr 30, 2019
1 parent a9bc725 commit 8d39649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/00-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apk -U add \
iproute2 \
iptables \
jq \
kbd-bkeymaps \
libseccomp \
logrotate \
nfs-utils \
Expand Down
2 changes: 1 addition & 1 deletion overlay/libexec/k3os/boot
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ setup_sudoers()

setup_services()
{
for i in hwdrivers mdev dmesg devfs; do
for i in hwdrivers mdev dmesg devfs loadkmap; do
ln -s /etc/init.d/$i /etc/runlevels/sysinit
done

Expand Down

0 comments on commit 8d39649

Please sign in to comment.