From 43235f80b84409e3860a45b6a7ffa9732f1e93ca Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Sun, 7 Dec 2025 15:14:04 +0600 Subject: [PATCH] upd --- binhost.sh | 8 +++++++- gentoo-sync.sh | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/binhost.sh b/binhost.sh index ff5984a..0d03246 100755 --- a/binhost.sh +++ b/binhost.sh @@ -20,7 +20,7 @@ echo "Aggregating configuration..." rm -rf "$CTX" && mkdir -p "$CTX"/var/lib/portage # config types to merge -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) for type in "${CONFIGS[@]}"; do dest="$CTX/etc/portage/$type" @@ -89,6 +89,12 @@ source /etc/profile echo "> Syncing tree..." emerge-webrsync -q +echo "> Instlaling git" +emerge -1av dev-vcs/git + +echo "> Syncing overlays" +emaint sync -a + echo "> Setting Profile..." eselect profile set "$PROFILE" diff --git a/gentoo-sync.sh b/gentoo-sync.sh index 4c04e0d..6027955 100755 --- a/gentoo-sync.sh +++ b/gentoo-sync.sh @@ -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