what is happening with my partitions

This commit is contained in:
Mark Riedesel 2024-11-20 14:17:05 -06:00
parent c80f7dbae6
commit 1ed7a30854
2 changed files with 12 additions and 8 deletions

View file

@ -35,7 +35,7 @@
-O canmount=off
-O mountpoint=none
-R /mnt
zroot {{ mirror }} {{ base_root_partitions | map('extract', partition_device_to_ids) | map('first') | flatten | list | join(' ') }}
zroot {{ mirror }} {{ base_root_partitions | map('extract', partition_device_to_ids) | map('first') | list | join(' ') }}
vars:
mirror: "{{ 'mirror' if base_root_partitions | length > 1 else '' }}"
when: zroot_check.rc != 0