chore 📦: Update setupacdc.yml to include rootfs configuration

Added a new parameter to the setupacdc.yml file to specify the root filesystem for containers, allowing for more flexible and efficient container setup. This change enables the use of local LVM as the root filesystem for containers, improving overall system performance and security.
This commit is contained in:
2025-11-02 12:10:41 +01:00
parent 95fe09aa72
commit c2736624d8

View File

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