This commit is contained in:
2025-12-07 22:49:36 +06:00
parent 397ff6a31e
commit 7bac743d0e

View File

@@ -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" \