Hi!
I've just tried using the script on my ProxmoxVE v9 machine.
It fails because of btrfs uses 'local-btrfs' as name for the storage:
root@hub:~# bash <(curl -fsSL https://raw.githubusercontent.com/adadrag/Openclaw-Proxmox/main/setup-openclaw-lxc.sh)
╔═══════════════════════════════════════════════════╗
║ OpenClaw LXC Setup for Proxmox ║
╚═══════════════════════════════════════════════════╝
Container password:
Disk size in GB [32]:
Memory in MB [4096]:
CPU cores [4]:
VNC resolution [1920x1080]:
[INFO] Detecting next available VMID...
[OK] Will use VMID: 300
[INFO] Detecting storage...
[OK] Template storage: local
[OK] Rootfs storage: local-btrfs
[INFO] Checking for Debian 13 template...
[INFO] Downloading debian-13-standard_13.1-2_amd64.tar.zst to local...
storage 'local' is disabled
I worked around it by downloading the script, changing local to local-btrfs in a line. And then: bash setup-openclaw-lxc.sh
' 2>/dev/null || echo "local-btrfs")
Hi!
I've just tried using the script on my ProxmoxVE v9 machine.
It fails because of btrfs uses 'local-btrfs' as name for the storage:
I worked around it by downloading the script, changing
localtolocal-btrfsin a line. And then:bash setup-openclaw-lxc.sh' 2>/dev/null || echo "local-btrfs")