another commit

This commit is contained in:
semblanceofsense 2025-03-26 21:06:56 -06:00
parent 4e9ef22646
commit 2183fab094

View File

@ -9,7 +9,7 @@
LC_MESSAGES=C.utf8 LC_MESSAGES=C.utf8
# USE flags # USE flags
USE="X USE=dist-kernel" USE="X dist-kernel"
# Host Setting # Host Setting
CHOST="x86_64-pc-linux-gnu" CHOST="x86_64-pc-linux-gnu"
@ -34,7 +34,7 @@ ACCEPT_KEYWORDS="~amd64"
MAKEOPTS="-j17" MAKEOPTS="-j17"
# Useful Emerge Configs # Useful Emerge Configs
EMERGE_DEFAULT_OPTS="--color y" EMERGE_DEFAULT_OPTS="--color y --autounmask --autounmask-continue"
# How priortized is package building by the CPU? (-20-19) # How priortized is package building by the CPU? (-20-19)
PORTAGE_NICENESS=19 PORTAGE_NICENESS=19
@ -44,7 +44,7 @@ PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
AUTOCLEAN="yes" AUTOCLEAN="yes"
# Cool portage extensions # Cool portage extensions
FEATURES="binpkg-logs buildpkg collision-protect downgrade-backup ipc-sandbox network-sandbox" FEATURES="binpkg-logs buildpkg downgrade-backup ipc-sandbox network-sandbox"
#Consider test-fail-continue in the future? #Consider test-fail-continue in the future?
GRUB_PLATFORMS="efi-64" GRUB_PLATFORMS="efi-64"