Update docs/tech_docs/OpenWrt.md

This commit is contained in:
2024-04-22 01:13:16 +00:00
parent e9cb921339
commit e1d377692e

View File

@@ -7,7 +7,7 @@ pct create 100 /var/lib/vz/template/cache/openwrt-rootfs.tar.xz \
``` ```
```bash ```bash
pct create 200 /var/lib/vz/template/cache/kali-default-rootfs.tar.xz \ pct create 200 /var/lib/vz/template/cache/kali-rootfs.tar.xz \
--unprivileged 1 --arch amd64 --ostype debian --hostname kali-0 \ --unprivileged 1 --arch amd64 --ostype debian --hostname kali-0 \
--password fuzzy817 --tag tools --storage local-lvm --cores 2 \ --password fuzzy817 --tag tools --storage local-lvm --cores 2 \
--memory 2048 --swap 1024 --rootfs local-lvm:1,size=10G \ --memory 2048 --swap 1024 --rootfs local-lvm:1,size=10G \