From 78e0b2ce3eb497a1aaaba5edfa2232542031523c Mon Sep 17 00:00:00 2001 From: Phillip Date: Sat, 7 Sep 2024 20:22:41 +0100 Subject: [PATCH] Remove setup added to initial script --- scripts/1-root-config.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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