chore 📦: Update rootfs path in setupacdc.yml

Updated the rootfs path to use a more efficient storage format, reducing disk space requirements.
This commit is contained in:
2025-11-02 12:22:14 +01:00
parent ed30cb748b
commit d706c92a2f

View File

@@ -58,7 +58,7 @@
-protection {{ container_protection }} \
-unprivileged {{ container_unprivileged }} \
-tags "{{ container_tags | join(',') }}" \
-rootfs 7G \
-rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \
-features {{ container_features }}
args:
creates: "/etc/pve/lxc/{{ container_id }}.conf"