style 💎: Improve storage configuration in proxmox template

Updated the `--rootfs` option to use only `--storage` for more flexibility and readability. This change simplifies the configuration and makes it easier to manage different storage options.
This commit is contained in:
2025-11-08 08:59:41 +01:00
parent 2941c5fc31
commit 4561a64edb

View File

@@ -38,7 +38,7 @@
--memory {{ lxc_memory }} --memory {{ lxc_memory }}
--ostype {{ lxc_ostype }} --ostype {{ lxc_ostype }}
--net0 {{ lxc_net }} --net0 {{ lxc_net }}
--rootfs {{ lxc_storage }}:{{ lxc_rootfs_size }} --storage {{ lxc_storage }}
--features nesting=1 --features nesting=1
--start --start
args: args: