mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-18 20:08:37 +01:00
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:
parent
29c7965ace
commit
be6a7a8316
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user