style 💎: Update rootfs size in setupacdc.yml

Updated the rootfs size from a local LVM to a fixed size of 7G, simplifying the configuration process.
This commit is contained in:
2025-11-02 12:13:18 +01:00
parent e1ea5b53d1
commit fa5ee9d085

View File

@@ -58,7 +58,7 @@
-protection {{ container_protection }} \
-unprivileged {{ container_unprivileged }} \
-tags "{{ container_tags | join(',') }}" \
-rootfs [local-lvm]:4 \
-rootfs size=7G \
-features {{ container_features }}
args:
creates: "/etc/pve/lxc/{{ container_id }}.conf"