coreos-init: update with some minor fixes

- Removes ld.so.cache generator, systemd 215 does this.
- Fix udev rule for GCE compatibility.
This commit is contained in:
Michael Marineau 2014-07-19 14:59:56 -07:00
parent fa7075a057
commit ed41ed035b
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="36ec76f699616de505c1c6c12be228b9d662f995" CROS_WORKON_COMMIT="72a09605a52c22f1b2e8e85ebf022cc5cd0d2ab2"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi