DIB: Add custom block-device-efi element
[ta/build-tools.git] / dib_elements / block-device-efi / block-device-default.yaml
1 - local_loop:
2     name: image0
3
4 - partitioning:
5     base: image0
6     label: gpt
7     partitions:
8       - name: ESP
9         type: 'EF00'
10         size: 550MiB
11         mkfs:
12           type: vfat
13           mount:
14             mount_point: /boot/efi
15             fstab:
16               options: "defaults"
17               fsck-passno: 1
18       - name: BSP
19         type: 'EF02'
20         size: 8MiB
21       - name: root
22         type: '8300'
23         size: 100%
24         mkfs:
25           mount:
26             mount_point: /
27             fstab:
28               options: "defaults"
29               fsck-passno: 1