From 4e9ef22646567773289731829527714eade5e1f3 Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Tue, 25 Mar 2025 16:46:12 -0600 Subject: [PATCH] Second commit --- make.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/make.conf b/make.conf index f54d083..ebf7df3 100644 --- a/make.conf +++ b/make.conf @@ -9,7 +9,7 @@ LC_MESSAGES=C.utf8 # USE flags -USE="X" +USE="X USE=dist-kernel" # Host Setting CHOST="x86_64-pc-linux-gnu" @@ -44,8 +44,10 @@ PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" AUTOCLEAN="yes" # Cool portage extensions -FEATURES="binpkg-logs buildpkg cgroup collision-protect downgrade-backup ipc-sandbox network-sandbox" +FEATURES="binpkg-logs buildpkg collision-protect downgrade-backup ipc-sandbox network-sandbox" #Consider test-fail-continue in the future? +GRUB_PLATFORMS="efi-64" + # Alternative mirrors GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo https://gentoo.ussg.indiana.edu/ https://gentoo.osuosl.org/ https://mirrors.rit.edu/gentoo/ https://mirror.sjc02.svwh.net/gentoo/ http://mirror.lug.udel.edu/pub/gentoo/"