diff --git a/scripts/1-root-config.sh b/scripts/1-root-config.sh index 009ab63..f9075fd 100644 --- a/scripts/1-root-config.sh +++ b/scripts/1-root-config.sh @@ -12,14 +12,14 @@ pacman -Syu # Enable NetworkManager systemctl enable NetworkManager # Set up system locale -pacman -S --noconfirm hunspell-en_gb -ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime -hwclock --systohc -locale-gen -echo LANG=en_GB.UTF-8 > /etc/locale.conf -echo "KEYMAP=uk" > /etc/vconsole.conf +# pacman -S --noconfirm hunspell-en_gb +# ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime +#hwclock --systohc +#locale-gen +#echo LANG=en_GB.UTF-8 > /etc/locale.conf +#echo "KEYMAP=uk" > /etc/vconsole.conf # Set the hostname of the system -echo archlinux > /etc/hostname +#echo archlinux > /etc/hostname # Install GRUB (this will need to be run again as the standard user in order to detect Windows) echo "Installing bootloader" grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB