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/"