added chroot shell script at installer
parent
b19e063103
commit
f866c493ae
|
|
@ -220,7 +220,9 @@ grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
systemctl enable NetworkManager
|
systemctl enable NetworkManager
|
||||||
exit
|
exit
|
||||||
|
|
||||||
''' | arch-chroot /mnt
|
''' > /mnt/@/chroot-install.sh
|
||||||
|
|
||||||
|
arch-chroot /mnt
|
||||||
|
|
||||||
umount -R /mnt
|
umount -R /mnt
|
||||||
reboot
|
reboot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue