From c7f58b9bfd8d68676d923c8be8acbe7ec37deb5e Mon Sep 17 00:00:00 2001 From: Tobias Klaus Date: Mon, 21 Apr 2025 23:46:33 +0200 Subject: [PATCH] do not sync any repos in chroots /var/db/repos is now bind mounted to the repos --- gentooup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/gentooup.sh b/gentooup.sh index b957c19..9676416 100755 --- a/gentooup.sh +++ b/gentooup.sh @@ -111,9 +111,6 @@ PORTAGE_OPTIONS+=( "--backtrack=$BACKTRACK" ) if [[ $CHROOTED == 1 ]] ; then SYNC_COMMAND="" - for repo in helpers meskal-overlay selba ; do - emaint sync -r "$repo" - done fi myemerge() {