board/*/genimage.cfg: use partition-type-uuid U where relevant
This commit changes to use partition-type-uuid = U instead of c12a7328-f81f-11d2-ba4b-00a0c93ec93b where relevant for the EFI System Partition. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
f57d4c5b9f
commit
025d8ac80d
@ -18,7 +18,7 @@ image disk.img {
|
|||||||
|
|
||||||
partition boot {
|
partition boot {
|
||||||
image = "efi-part.vfat"
|
image = "efi-part.vfat"
|
||||||
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
partition-type-uuid = U
|
||||||
offset = 32K
|
offset = 32K
|
||||||
bootable = true
|
bootable = true
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ image disk.img {
|
|||||||
|
|
||||||
partition boot {
|
partition boot {
|
||||||
image = "efi-part.vfat"
|
image = "efi-part.vfat"
|
||||||
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
partition-type-uuid = U
|
||||||
offset = 32K
|
offset = 32K
|
||||||
bootable = true
|
bootable = true
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ image disk.img {
|
|||||||
|
|
||||||
partition boot {
|
partition boot {
|
||||||
image = "efi-part.vfat"
|
image = "efi-part.vfat"
|
||||||
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
partition-type-uuid = U
|
||||||
offset = 32K
|
offset = 32K
|
||||||
bootable = true
|
bootable = true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user