archlinux: Remove virtual console keymap settings

It turns out that this doesn't actually do anything since the default
keymap is already "us".
This commit is contained in:
Donovan Glover 2018-12-03 10:54:28 -05:00
parent 29c7965ace
commit be6a7a8316
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -30,9 +30,6 @@ echo "en_US.UTF-8 UTF-8" > /mnt/etc/locale.gen
# Generate the locale.
arch-chroot /mnt locale-gen
# Explicitly set the keymap to US.
echo "KEYMAP=us" > /mnt/etc/vconsole.conf
# Change the terminal font to a larger one (`latarcyrheb-sun32` is also an option)
echo "FONT=ter-132n" >> /mnt/etc/vconsole.conf