diff options
| author | Lorenzo Castelli <lcastelli@gmail.com> | 2020-04-18 17:03:13 -0700 |
|---|---|---|
| committer | Lorenzo Castelli <lcastelli@gmail.com> | 2020-04-18 17:03:13 -0700 |
| commit | 7f63c59ff6179a5e41c9729756c2efb63fde00e6 (patch) | |
| tree | e611382710ab71011108eb537f7f9bbc2bab047c | |
| parent | 023af32f448c49288d622dd0223d59a3051c1e4f (diff) | |
| download | compute-archlinux-image-builder-7f63c59ff6179a5e41c9729756c2efb63fde00e6.tar.xz | |
Starts google-oslogin-cache.timer.0.5
| -rwxr-xr-x | build-arch-gce | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-arch-gce b/build-arch-gce index 9569145..bb87e98 100755 --- a/build-arch-gce +++ b/build-arch-gce @@ -137,7 +137,8 @@ arch-chroot -- "$mount_dir" /bin/bash -s -- "$loop_dev" <<-'EOS' systemctl --quiet enable \ dhclient@eth0 growpartfs@- \ google-accounts-daemon google-clock-skew-daemon google-instance-setup \ - google-network-daemon google-shutdown-scripts google-startup-scripts + google-network-daemon google-shutdown-scripts google-startup-scripts \ + google-oslogin-cache.timer echo "-- Configuring initcpio." gawk -i assert -i inplace ' |
