added chroot shell script at installer
parent
b19e063103
commit
f866c493ae
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue