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 scripts/* /mnt/buildscripts
cp files/user-* /mnt/userfiles cp files/user-* /mnt/userfiles
# Chroot into the new system, do some setup based on earlier questions and run the next script # 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 sed -i 's/^#en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen
locale-gen locale-gen
pacman -S --noconfirm hunspell-en_gb pacman -S --noconfirm hunspell-en_gb
@ -99,4 +99,3 @@ passwd --lock root
sysctl --system sysctl --system
# Prompt the user to reboot # Prompt the user to reboot
echo "Install complete, please reboot" echo "Install complete, please reboot"
#sh /buildscripts/1-root-config.sh