mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 04:01:33 -05:00
Remove unnecessary prompt
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
eefffc2d8b
commit
c74b56a456
@ -319,7 +319,6 @@ echo "$locale.UTF-8 UTF-8" > /mnt/etc/locale.gen
|
||||
echo "LANG=$locale.UTF-8" > /mnt/etc/locale.conf
|
||||
|
||||
## Setup keyboard layout.
|
||||
read -r -p "Please insert the keyboard layout you use: " kblayout
|
||||
echo "KEYMAP=$kblayout" > /mnt/etc/vconsole.conf
|
||||
|
||||
## Configure /etc/mkinitcpio.conf
|
||||
|
Loading…
Reference in New Issue
Block a user