Skip to content

Commit fb396e6

Browse files
Fix non conforming partition table
This change removes the legacy_boot flag from the EFI system partition. We already have a BIOS boot partition which should offer compatibility with legacy bios systems. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
1 parent 8d42f63 commit fb396e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build_library/disk_layout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"blocks":"262144",
1717
"fs_type":"vfat",
1818
"mount":"/boot",
19-
"features": ["hybrid"]
19+
"features": []
2020
},
2121
"2":{
2222
"label":"BIOS-BOOT",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix non-conforming GPT partition table ([flatcar/Flatcar#1651](https://github.com/flatcar/Flatcar/issues/1651)

0 commit comments

Comments
 (0)