coreos-init: re-enable motdgen

Pull in https://github.com/coreos/init/pull/133
Fixes https://github.com/coreos/bugs/issues/145
This commit is contained in:
Michael Marineau 2014-09-25 17:02:26 -07:00
parent d7f17be6cd
commit cc17c350cd
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="21955adbd2dfec2c734a3f7e613d904dfcc700fe"
CROS_WORKON_COMMIT="98bb25468266a0022918ea7a9124bde99d08dfe1"
KEYWORDS="amd64 arm x86"
fi