This commit is contained in:
Phillip 2024-09-07 21:07:00 +01:00
parent 56167eddb8
commit 0495a69b7b

View File

@ -61,7 +61,7 @@ mkdir /mnt/buildscripts /mnt/userfiles
cp scripts/* /mnt/buildscripts
cp files/user-* /mnt/userfiles
# Chroot into the new system, do some setup based on earlier questions and run the next script
arch-chroot /mnt /bin/bash
arch-chroot /mnt /bin/bash <<EOF
sed -i 's/^#en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen
locale-gen
pacman -S --noconfirm hunspell-en_gb
@ -98,5 +98,4 @@ passwd --lock root
# Required to enable network changes
sysctl --system
# Prompt the user to reboot
echo "Install complete, please reboot"
#sh /buildscripts/1-root-config.sh
echo "Install complete, please reboot"