This commit is contained in:
2025-12-07 15:14:04 +06:00
parent bb81c39645
commit 43235f80b8
2 changed files with 8 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ mkdir -p "$HOST_DIR"
echo "> Syncing World file component..."
cp /var/lib/portage/world "$HOST_DIR/world"
CONFIGS=(package.use package.accept_keywords package.license package.mask package.unmask package.env)
CONFIGS=(package.use package.accept_keywords package.license package.mask package.unmask package.env repos.conf)
echo "> Syncing Portage components..."
for type in "${CONFIGS[@]}"; do