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.

32 lines
583B

  1. label_type: gpt
  2. partitions:
  3. - name: bios_boot
  4. start: 2MiB
  5. end: 4MiB
  6. flags:
  7. - bios_grub
  8. - prefix: "{{inventory_hostname_short}}-"
  9. suffix: -boot
  10. start: 512MiB
  11. end: 1GiB
  12. typecode: 8300
  13. usage: boot
  14. - prefix: "{{inventory_hostname_short}}-"
  15. suffix: -rescue
  16. start: 1GiB
  17. end: 2GiB
  18. typecode: 8300
  19. usage: rescue
  20. - prefix: "{{inventory_hostname_short}}-"
  21. suffix: -data
  22. start: 2GiB
  23. end: "{{last_partition_end}}"
  24. typecode: 8300
  25. usage: data
  26. debian_boot_packages:
  27. - grub-pc
  28. grub_bootloader_target: i386-pc