diff --git a/base-uefi.sh b/base-uefi.sh old mode 100644 new mode 100755 index bf15e53..48f226b --- a/base-uefi.sh +++ b/base-uefi.sh @@ -1,10 +1,10 @@ #!/bin/bash -ln -sf /usr/share/zoneinfo/Mexico/General /etc/localtime +ln -sf /usr/share/zoneinfo/Mexico /etc/localtime hwclock --systohc sed -i '177s/.//' /etc/locale.gen -locale-gen echo "LANG=en_US.UTF-8" >> /etc/locale.conf +locale-gen echo "KEYMAP=es" >> /etc/vconsole.conf echo "arch" >> /etc/hostname echo "127.0.0.1 localhost" >> /etc/hosts @@ -43,7 +43,3 @@ echo "gmarx ALL=(ALL) ALL" >> /etc/sudoers.d/gmarx printf "\e[1;32mDone! Type exit, umount -a and reboot.\e[0m" - - - -