mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Update easy-arch.sh
This commit is contained in:
parent
dea5116fab
commit
7a57ea28df
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ echo "LANG=\"$locale\".UTF-8" > /mnt/etc/locale.conf
|
||||||
|
|
||||||
# Setting up keyboard layout.
|
# Setting up keyboard layout.
|
||||||
read -r -p "Please insert the keyboard layout you use: " kblayout
|
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.
|
# Setting hosts file.
|
||||||
echo "Setting hosts file."
|
echo "Setting hosts file."
|
||||||
|
|
@ -194,4 +194,4 @@ systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null
|
||||||
echo "Unmounting /mnt."
|
echo "Unmounting /mnt."
|
||||||
umount -R /mnt
|
umount -R /mnt
|
||||||
echo "Done, you may now wish to reboot."
|
echo "Done, you may now wish to reboot."
|
||||||
exit
|
exit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue