From 5eb9de8cfdf428e337562c8fa62e38dd3df8fafe Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Tue, 12 May 2020 19:50:45 +0200 Subject: Run emerge --sync at the end of the installation --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index e005e07..3c7347a 100755 --- a/install.sh +++ b/install.sh @@ -198,6 +198,8 @@ else grub-install --target=i386-pc $drive fi grub-mkconfig -o /boot/grub/grub.cfg + +emerge --sync HEREDOC umount -l /mnt/install/boot/efi /mnt/install/var /mnt/install/usr/local /mnt/install/tmp /mnt/install/srv /mnt/install/root /mnt/install/opt /mnt/install/home /mnt/install/boot/grub/x86_64-efi /mnt/install/boot/grub/i386-pc /mnt/install/.snapshots /mnt/install 1>/dev/null 2>&1 -- cgit v1.2.3