summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2021-01-20 14:44:02 -0600
committerKyle K <kylek389@gmail.com>2021-01-20 14:44:02 -0600
commitda9d2169b35b1325002a2c5c53ec7987c67655d3 (patch)
treef2c817800781c79cdab34e9800428640c0cf4e41 /install.sh
parentf24bb9ed1953b02585721a67d4f1f6cdadcfc2f3 (diff)
downloadgentoox-da9d2169b35b1325002a2c5c53ec7987c67655d3.tar.gz
gentoox-da9d2169b35b1325002a2c5c53ec7987c67655d3.tar.bz2
gentoox-da9d2169b35b1325002a2c5c53ec7987c67655d3.zip
enable zstd globally. updates
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 09b35d0..2623884 100755
--- a/install.sh
+++ b/install.sh
@@ -214,5 +214,7 @@ grub-mkconfig -o /boot/grub/grub.cfg
#emerge --sync
HEREDOC
+sync
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
+sync
echo "Installation complete, you may remove the install media and reboot"