diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/cloud-config.yml b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/cloud-config.yml index 21d1fbaa43..93a7687ea1 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/cloud-config.yml +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/cloud-config.yml @@ -77,8 +77,8 @@ coreos: [Service] Type=oneshot - Environment=PREFIX=/usr/share/oem/google-startup-scripts - ExecStart=/usr/share/oem/google-startup-scripts/usr/share/google/onboot + Environment=GOOGLE_STARTUP_SCRIPTS_PREFIX=/usr/share/oem/google-startup-scripts + ExecStart=/usr/share/oem/google-startup-scripts/onboot [Install] WantedBy=multi-user.target diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/oem-gce-0.0.2-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/oem-gce-0.0.2-r2.ebuild similarity index 85% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/oem-gce-0.0.2-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/oem-gce-0.0.2-r2.ebuild index e9b5efa87f..ea07d5809b 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/oem-gce-0.0.2-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/oem-gce-0.0.2-r2.ebuild @@ -15,7 +15,10 @@ IUSE="" # no source directory S="${WORKDIR}" -DEPENDS="app-emulation/google-daemon" +RDEPEND=" + app-emulation/google-compute-daemon + app-emulation/google-startup-scripts +" src_install() { into "/usr/share/oem"