You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
218B

  1. [
  2. {% for hd in hard_disks %}
  3. {
  4. "name": "{{hd.name}}",
  5. "device": "{{hd.device}}",
  6. "label_type": "{{ hd.label_type }}",
  7. "partitions": {{ hd.partitions + _partitioning_base_profile.partitions }}
  8. },
  9. {% endfor %}
  10. ]