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