mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-14 20:21:19 +01:00
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>
This commit is contained in:
parent
8d42f63851
commit
fb396e642f
@ -16,7 +16,7 @@
|
||||
"blocks":"262144",
|
||||
"fs_type":"vfat",
|
||||
"mount":"/boot",
|
||||
"features": ["hybrid"]
|
||||
"features": []
|
||||
},
|
||||
"2":{
|
||||
"label":"BIOS-BOOT",
|
||||
|
||||
1
changelog/bugfixes/2025-02-14-fix-efi-partition-flags.md
Normal file
1
changelog/bugfixes/2025-02-14-fix-efi-partition-flags.md
Normal file
@ -0,0 +1 @@
|
||||
- Fix non-conforming GPT partition table ([flatcar/Flatcar#1651](https://github.com/flatcar/Flatcar/issues/1651)
|
||||
Loading…
x
Reference in New Issue
Block a user