mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
grub: improve validation of GPT and prevent disk corruption
Systems that previously suffered from disk corruption during upgrades may still be unable to boot properly but at least the chance of causing corruption is reduced. Workarounds for these systems are still in progress.
This commit is contained in:
parent
0b5f049741
commit
9d5047438f
@ -12,7 +12,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="2ff7bd91ebcad7dc973cb3aa8500435db5a6c143"
|
||||
CROS_WORKON_COMMIT="87dfbf34c4b3bb34c25dd82422431de59633426a"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user