diff --git a/docs/tech_docs/OPENwrt.md b/docs/tech_docs/OPENwrt.md index 9484bc0..6e33c87 100644 --- a/docs/tech_docs/OPENwrt.md +++ b/docs/tech_docs/OPENwrt.md @@ -5,7 +5,7 @@ To set up a Proxmox container (CT) with OpenWRT using the `pct create` command a First, let's clarify the Proxmox command for creating the container: ```bash -pct create 100 /var/lib/vz/template/cache/rootfs.tar.xz --unprivileged 1 --ostype unmanaged --hostname openwrt-0 --storage local-lvm \ +pct create 100 /var/lib/vz/template/cache/openwrt-rootfs.tar.xz --unprivileged 1 --ostype unmanaged --hostname openwrt-0 --storage local-lvm \ --net0 name=eth0,bridge=vmbr0,firewall=1 \ --net1 name=eth1,bridge=vmbr1,firewall=1 \ ```