Browse Source

localfixed and chpasswd

master
parent
commit
24375a5f42
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      base-uefi.sh

+ 2
- 6
base-uefi.sh View File

@ -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"

Loading…
Cancel
Save