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.

79 lines
1.6KB

  1. default_partitions_profiles:
  2. mdraid1_lvm:
  3. default_partition_label: gpt
  4. default_partitions:
  5. - name: BIOS boot
  6. partnum: 1
  7. typecode: ef02
  8. start: 1M
  9. end: +1M
  10. - name: boot0-md
  11. partnum: 2
  12. typecode: fd00
  13. start: 1G
  14. end: +1G
  15. - name: boot1-md
  16. partnum: 3
  17. typecode: fd00
  18. start: 2G
  19. end: +1G
  20. - name: boot2-md
  21. partnum: 4
  22. typecode: fd00
  23. start: 3G
  24. end: +1G
  25. - name: boot3-md
  26. partnum: 5
  27. typecode: fd00
  28. start: 4G
  29. end: +1G
  30. - name: vg0-md
  31. partnum: 6
  32. typecode: fd00
  33. start: 6G
  34. end: -1G
  35. mdraid_devices:
  36. - device: /dev/md/boot0
  37. devices: boot0-md
  38. - device: /dev/md/boot1
  39. devices: boot1-md
  40. - device: /dev/md/boot2
  41. devices: boot2-md
  42. - device: /dev/md/boot3
  43. devices: boot3-md
  44. - device: /dev/md/vg0-pv
  45. devices: vg0-md
  46. dmcrypt_devices: []
  47. #- device: /dev/md/crypt0-md
  48. # name: crypt0-pv
  49. # cipher: aes-xts-plain64
  50. # hash: sha512
  51. # key_size: 512
  52. # key: xyz
  53. volume_groups:
  54. - name: vg0
  55. devices:
  56. - /dev/md/vg0-pv
  57. logical_volumes:
  58. - name: root
  59. size: 32G
  60. volume_group: vg0
  61. - name: swap
  62. size: 32G
  63. volume_group: vg0
  64. filesystems:
  65. - device: /dev/vg0/root
  66. mount_point: /
  67. fstype: btrfs
  68. - device: /dev/md/boot0
  69. mount_point: /boot
  70. fstype: btrfs