diff options
author | fatalhalt <kylek389@gmail.com> | 2020-05-12 22:28:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 22:28:45 -0500 |
commit | 6146a5192e050e87cae3f7780e9085178939a501 (patch) | |
tree | 02c5d1d8e78864845fcd65f95ba671ddcbe63d98 | |
parent | 8737e2ef32b43c7b6e93ed1cffde1209822797c3 (diff) | |
parent | 5eb9de8cfdf428e337562c8fa62e38dd3df8fafe (diff) | |
download | gentoox-6146a5192e050e87cae3f7780e9085178939a501.tar.gz gentoox-6146a5192e050e87cae3f7780e9085178939a501.tar.bz2 gentoox-6146a5192e050e87cae3f7780e9085178939a501.zip |
Merge pull request #2 from lotharsm/emerge-sync-in-chroot
Run emerge --sync at the end of the installation
-rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |