From 20442aef790497ba778376b6e2c5db805ea900ed Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Oct 2024 22:57:52 +0100 Subject: strip debug symbols from installed system --- conf/intel/portage/make.conf/00-layout | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/intel/portage/make.conf/00-layout b/conf/intel/portage/make.conf/00-layout index fa36155..df4cd7b 100644 --- a/conf/intel/portage/make.conf/00-layout +++ b/conf/intel/portage/make.conf/00-layout @@ -4,5 +4,8 @@ PORTDIR="/usr/ports/gentoo" PKGDIR="/var/cache/packages" DISTDIR="/var/cache/distfiles" -INSTALL_MASK="/etc/portage" +INSTALL_MASK=" + /etc/portage + /usr/lib/debug +" UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /etc/portage" -- cgit v1.2.3