mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
app-emulation/g-c-e: bump to 20180611
Also update coreos-base/coreos-oem-gce's manglefs.sh script to enable the network daemon instead of the ip_forwarding daemon (since that was reworked upstream).
This commit is contained in:
parent
6479836ed5
commit
9edd2fd45c
@ -1 +1 @@
|
|||||||
DIST 20171213.tar.gz 131055 SHA256 483d97c6d64cd7d9002247db63af8cb591e526a09ce52fd8d545c66da3ebb181 SHA512 6b6f439d36250cdf98353e00b4584f660ba76f561a71e53978b66688c97d94ea75144eaff51ce2db367337382e830ce4a97c5d263cad085e9efa59db08685b55 WHIRLPOOL 6ad4fbddb0d44c44a0823cbfc6d3e4edc28ecc8ce15a200fa3d7533e5a9ed4c933a3365af07b8cbc0763a984afb35917d6200fa836dc82a802b4e1d4ca314406
|
DIST 20180611.tar.gz 143678 SHA256 f71bdc6d01cff014bb4d066096be9a6e067fd3028c730cc4c9557001ec99ab6e SHA512 9e94cdda66f9b45dbb0ade25ce2dabbcc38c96b7c6f94a09bfef80f1611e7fe0233578ccc55f76530dca16f4ee261a22c05ae12b76ce527734be50b856caca3e WHIRLPOOL f37f980686924003570567e77ec1b740a7ce538a03917d01757f2599a595c17f8babd32184ca26b6075df14de1e5da2876f5eb3111141d442c1571e043350b8d
|
||||||
|
@ -14,7 +14,6 @@ echo -e > /etc/default/instance_configs.cfg.template \
|
|||||||
|
|
||||||
# Run the initialization scripts.
|
# Run the initialization scripts.
|
||||||
/usr/bin/google_instance_setup
|
/usr/bin/google_instance_setup
|
||||||
/usr/bin/google_network_setup
|
|
||||||
/usr/bin/google_metadata_script_runner --script-type startup
|
/usr/bin/google_metadata_script_runner --script-type startup
|
||||||
|
|
||||||
# Handle the signal to shut down this service.
|
# Handle the signal to shut down this service.
|
||||||
@ -22,7 +21,7 @@ trap 'stopping=1 ; kill "${daemon_pids[@]}" || :' SIGTERM
|
|||||||
|
|
||||||
# Fork the daemon processes.
|
# Fork the daemon processes.
|
||||||
daemon_pids=()
|
daemon_pids=()
|
||||||
for d in accounts clock_skew ip_forwarding
|
for d in accounts clock_skew network
|
||||||
do
|
do
|
||||||
/usr/bin/google_${d}_daemon & daemon_pids+=($!)
|
/usr/bin/google_${d}_daemon & daemon_pids+=($!)
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user