Skip to content

Commit 5544e38

Browse files
committedNov 28, 2023
osbuild: set partition name (label) in partition definitions
This will make the partitions get a partition label, which we rely on. See coreos/fedora-coreos-config#2704 (comment)
1 parent 222caa0 commit 5544e38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/coreos.osbuild.mpp.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,26 @@ mpp-define-image:
1717
label: gpt
1818
partitions:
1919
- id: BIOS-BOOT
20+
name: BIOS-BOOT
2021
type: 21686148-6449-6E6F-744E-656564454649
2122
bootable: true
2223
uuid: FAC7F1FB-3E8D-4137-A512-961DE09A5549
2324
size:
2425
mpp-format-int: "{bios_boot_size_mb * 1024 * 1024 / sector_size}"
2526
- id: EFI-SYSTEM
27+
name: EFI-SYSTEM
2628
type: C12A7328-F81F-11D2-BA4B-00A0C93EC93B
2729
uuid: 68B2905B-DF3E-4FB3-80FA-49D1E773AA33
2830
size:
2931
mpp-format-int: "{efi_system_size_mb * 1024 * 1024 / sector_size}"
3032
- id: boot
33+
name: boot
3134
type: 0FC63DAF-8483-4772-8E79-3D69D8477DE4
3235
uuid: 61B2905B-DF3E-4FB3-80FA-49D1E773AA32
3336
size:
3437
mpp-format-int: "{boot_size_mb * 1024 * 1024 / sector_size}"
3538
- id: root
39+
name: root
3640
type: 0FC63DAF-8483-4772-8E79-3D69D8477DE4
3741
uuid: CA7D7CCB-63ED-4C53-861C-1742536059CC
3842
size:

0 commit comments

Comments
 (0)