From 7bac743d0e22e5340e3195cfbb67f7f51bd427d6 Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Sun, 7 Dec 2025 22:49:36 +0600 Subject: [PATCH] vols --- binhost.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binhost.sh b/binhost.sh index 1a9213e..8f74ad5 100755 --- a/binhost.sh +++ b/binhost.sh @@ -74,9 +74,9 @@ cp "$REPO/binhost/make.conf" "$CTX/etc/portage/make.conf" init_container() { echo "Creating new builder container..." - podman volume create portage_db - podman volume create distfiles - podman volume create binpkgs +# podman volume create portage_db +# podman volume create distfiles +# podman volume create binpkgs podman run -d \ --name "$CONTAINER_NAME" \