From c954c85fa1abd41b31197cc3c8b9c9156e6d03ae Mon Sep 17 00:00:00 2001 From: medusa Date: Tue, 23 Apr 2024 02:52:12 +0000 Subject: [PATCH] Update docs/tech_docs/OpenWrt.md --- docs/tech_docs/OpenWrt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tech_docs/OpenWrt.md b/docs/tech_docs/OpenWrt.md index 3177af5..59bc0d7 100644 --- a/docs/tech_docs/OpenWrt.md +++ b/docs/tech_docs/OpenWrt.md @@ -13,8 +13,8 @@ pct start 100 ```bash pct create 110 /var/lib/vz/template/cache/kali-rootfs.tar.xz \ --unprivileged 1 --arch amd64 --ostype debian --hostname kali-0 \ ---password fuzzy817 --tag tools --storage local-lvm --cores 2 \ ---memory 2048 --swap 1024 --rootfs local-lvm:1,size=10G \ +--password fuzzy817 --tag tools --storage zfs-disk0 --cores 2 \ +--memory 2048 --swap 1024 --rootfs local-lvm:1,size=64G \ --net0 name=eth0,bridge=vmbr0,firewall=1 --cpuunits 1500 --onboot 1 \ --debug 0 --features nesting=1,keyctl=1 ```