mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #2668 from flatcar/disable-hybrid-flag
Fix non conforming partition table
This commit is contained in:
commit
632af7453f
@ -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)
|
||||
@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/seismograph.git"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
EGIT_COMMIT="0d57463de18df81741375d628852c521542b6836" # flatcar-master
|
||||
EGIT_COMMIT="e32ac4d13ca44333dc77e5872dbf23f964b6f1e2" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user