From 9d5047438faa7dc4d335432806a43f57d9487be3 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 23 Aug 2016 14:01:35 -0700 Subject: [PATCH] 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. --- ..._p20151217-r7.ebuild => grub-2.02_beta2_p20151217-r8.ebuild} | 0 .../third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/sys-boot/grub/{grub-2.02_beta2_p20151217-r7.ebuild => grub-2.02_beta2_p20151217-r8.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02_beta2_p20151217-r7.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02_beta2_p20151217-r8.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02_beta2_p20151217-r7.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02_beta2_p20151217-r8.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild index c011864a2a..a4f70217c7 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild @@ -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