File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,26 @@ mpp-define-image:
17
17
label : gpt
18
18
partitions :
19
19
- id : BIOS-BOOT
20
+ name : BIOS-BOOT
20
21
type : 21686148-6449-6E6F-744E-656564454649
21
22
bootable : true
22
23
uuid : FAC7F1FB-3E8D-4137-A512-961DE09A5549
23
24
size :
24
25
mpp-format-int : " {bios_boot_size_mb * 1024 * 1024 / sector_size}"
25
26
- id : EFI-SYSTEM
27
+ name : EFI-SYSTEM
26
28
type : C12A7328-F81F-11D2-BA4B-00A0C93EC93B
27
29
uuid : 68B2905B-DF3E-4FB3-80FA-49D1E773AA33
28
30
size :
29
31
mpp-format-int : " {efi_system_size_mb * 1024 * 1024 / sector_size}"
30
32
- id : boot
33
+ name : boot
31
34
type : 0FC63DAF-8483-4772-8E79-3D69D8477DE4
32
35
uuid : 61B2905B-DF3E-4FB3-80FA-49D1E773AA32
33
36
size :
34
37
mpp-format-int : " {boot_size_mb * 1024 * 1024 / sector_size}"
35
38
- id : root
39
+ name : root
36
40
type : 0FC63DAF-8483-4772-8E79-3D69D8477DE4
37
41
uuid : CA7D7CCB-63ED-4C53-861C-1742536059CC
38
42
size :
You can’t perform that action at this time.
0 commit comments