mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Typos.
This commit is contained in:
parent
eb68a49d93
commit
4026fe1ff5
1 changed files with 2 additions and 2 deletions
|
|
@ -91,11 +91,11 @@ echo $hostname > /mnt/etc/hostname
|
|||
# Setting up locales.
|
||||
read -r -p "Please insert the locale you use in this format (xx_XX): " locale
|
||||
echo "$locale.UTF-8 UTF-8" > /mnt/etc/locale.gen
|
||||
echo "LANG=\"$locale\".UTF-8" > /mnt/etc/locale.conf
|
||||
echo "LANG=$locale.UTF-8" > /mnt/etc/locale.conf
|
||||
|
||||
# Setting up keyboard layout.
|
||||
read -r -p "Please insert the keyboard layout you use: " kblayout
|
||||
echo "KEYMAP=\"$kblayout\"" > /mnt/etc/vconsole.conf
|
||||
echo "KEYMAP=$kblayout" > /mnt/etc/vconsole.conf
|
||||
|
||||
# Setting hosts file.
|
||||
echo "Setting hosts file."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue