From b7c5eeecd64655db703ad5a93883287b130a5094 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 2 Dec 2020 19:34:17 -0600 Subject: [PATCH] Begin tuning USE for initial installs --- gentoostrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gentoostrap.sh b/gentoostrap.sh index 14fd202..af45f75 100755 --- a/gentoostrap.sh +++ b/gentoostrap.sh @@ -133,6 +133,7 @@ build-gentoo() { CXXFLAGS="\${COMMON_FLAGS}" GENTOO_MIRRORS="http://distfiles.gentoo.org" MAKEOPTS="$(nproc)" + USE="-test" EOF # Configure default ebuild repositories mkdir -p "$_optdest/etc/portage/repos.conf"