From 1c128276bfe878631e2280ef72751ce2e7511e21 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 23 May 2023 08:04:20 -0400 Subject: [PATCH] Exclude other overlay dirs as well, not just ::gentoo --- mkstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkstage4.sh b/mkstage4.sh index 7f90584..c4c2cea 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -195,7 +195,7 @@ EXCLUDES=( ) EXCLUDES_DEFAULT_PORTAGE=( - "--exclude=${TARGET}var/db/repos/gentoo/*" + "--exclude=${TARGET}var/db/repos/*" "--exclude=${TARGET}var/cache/distfiles/*" "--exclude=${TARGET}usr/portage/*" )