added chroot shell script at installer

main
The_miro 2025-05-25 19:50:43 +02:00
parent b19e063103
commit f866c493ae
1 changed files with 3 additions and 1 deletions

View File

@ -220,7 +220,9 @@ grub-mkconfig -o /boot/grub/grub.cfg
systemctl enable NetworkManager
exit
''' | arch-chroot /mnt
''' > /mnt/@/chroot-install.sh
arch-chroot /mnt
umount -R /mnt
reboot