summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2020-07-22 23:17:53 -0500
committerKyle K <kylek389@gmail.com>2020-07-22 23:17:53 -0500
commit408d95e097fd999d6b04e4209d606cd945a0c146 (patch)
treee8899742dd0da22777094342b815815d9f7f6299 /install.sh
parent931879b2d26688697a8a36da599907c6b9f5aec3 (diff)
downloadgentoox-408d95e097fd999d6b04e4209d606cd945a0c146.tar.gz
gentoox-408d95e097fd999d6b04e4209d606cd945a0c146.tar.bz2
gentoox-408d95e097fd999d6b04e4209d606cd945a0c146.zip
prep for July release
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 6d6d05f..4eb1f5f 100755
--- a/install.sh
+++ b/install.sh
@@ -181,6 +181,7 @@ sed -i -r "s/^MAKEOPTS=\"([^\"]*)\"$/MAKEOPTS=\"-j\$NCORES\"/g" /etc/portage/mak
sed -i -r "s/^NTHREADS=\"([^\"]*)\"$/NTHREADS=\"\$NCORES\"/g" /etc/portage/make.conf
#rc-update add zfs-import boot
#rc-update add zfs-mount boot
+rc-update delete virtualbox-guest-additions default
sed -i "s/gentoox/$hostname/g" /etc/conf.d/hostname
sed -i "s/gentoox/$hostname/g" /etc/hosts
@@ -200,7 +201,7 @@ else
fi
grub-mkconfig -o /boot/grub/grub.cfg
-emerge --sync
+#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