Update grub for dm-verity

Update grub to include support for passing through the dm-verity hash
This commit is contained in:
Matthew Garrett 2015-06-29 17:16:14 -07:00
parent 90bb5a2d94
commit 11c8fe6360
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~x86"
else
CROS_WORKON_COMMIT="19c075a7ac80becf61bfff39541a9a04f5c3efde"
CROS_WORKON_COMMIT="adf8c776a147d65ad53fd28c809ab8189283a99b"
KEYWORDS="amd64 x86"
fi