coreos-init: remove default coreos-setup-environment

The coreos-setup-environment script can now only be provided by OEMs,
the default script that used to run when the OEM didn't provide one was
not smart enough to wait for networking to be configured before writing
out /etc/environment *but* we cannot simply add such a wait because that
would make it impossible for users to use cloud config in configdrive or
similar to configure static networking.

Longer term coreos-cloudinit will replace at least some of the current
OEM coreos-setup-environment scripts and perhaps eventually integrate
with networkd to cover the default case reasonably well. Sorting this
out is still ongoing.

(This ebuild bump was supposed to land a week ago but we missed it.)
This commit is contained in:
Michael Marineau 2014-07-01 11:53:11 -07:00
parent 1110d84937
commit d0c36c292b
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="a4c3267c680a46b110533fb3a5e22048ea386218" CROS_WORKON_COMMIT="958722d032e07ba80a249d31570b14b7b57ff1ee"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi