From f866c493aebe8e8ff626cbacd8b6df957bd0ab94 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 19:50:43 +0200 Subject: [PATCH] added chroot shell script at installer --- setup/live-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/live-install.sh b/setup/live-install.sh index 98dd793..c557355 100755 --- a/setup/live-install.sh +++ b/setup/live-install.sh @@ -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