Skip to content

Commit

Permalink
Login keymap fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rennydonny committed Sep 1, 2020
1 parent 6f09843 commit d2a8935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fifo
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ install_base_system() {
configure_keymap() {
#ADD KEYMAP TO THE NEW SETUP
echo "KEYMAP=$KEYMAP" >"${MOUNTPOINT}"/etc/vconsole.conf
arch_chroot localectl set-x11-keymap $KEYMAP
localectl set-x11-keymap $KEYMAP
}
#}}}
#CONFIGURE FSTAB {{{
Expand Down

0 comments on commit d2a8935

Please sign in to comment.