systemd: fix v229 to never read from /etc/mtab

This commit is contained in:
Michael Marineau 2016-04-07 13:57:23 -07:00
parent 432602dbd9
commit 056798ad35
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
# Use ~arch instead of empty keywords for compatibility with cros-workon
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
else
CROS_WORKON_COMMIT="96cfba385877c6e545d85f261cd089e023507503" # v229-coreos
CROS_WORKON_COMMIT="e812c3ca8ffe95ea789b1c717e675f5d0ee9c161" # v229-coreos
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
fi