Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

34 linhas
629B

  1. label_type: gpt
  2. partitions_first_device:
  3. - name: "{{_efi_partlabel}}"
  4. part_type: ESP
  5. start: 4MiB
  6. end: 512MiB
  7. flags:
  8. - boot
  9. partitions:
  10. - prefix: "{{inventory_hostname_short}}-"
  11. suffix: -boot
  12. start: 512MiB
  13. end: 1GiB
  14. typecode: 8300
  15. usage: boot
  16. - prefix: "{{inventory_hostname_short}}-"
  17. suffix: -rescue
  18. start: 1GiB
  19. end: 2GiB
  20. typecode: 8300
  21. usage: rescue
  22. - prefix: "{{inventory_hostname_short}}-"
  23. suffix: -system
  24. start: 2GiB
  25. end: "{{last_partition_end}}"
  26. typecode: 8300
  27. usage: system
  28. debian_boot_packages:
  29. - efibootmgr
  30. - grub-efi-amd64