mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
feat(coreos-base/oem-gce): add google-startup-scripts
This commit is contained in:
parent
575c21ff5a
commit
dbd1895f49
@ -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
|
||||
|
||||
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user