summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2015-03-19 13:11:23 -0700
committerZach Marano <zmarano@google.com>2015-03-20 00:09:07 +0000
commit4ca8c973d053d25428ff503fcfaf7d7ae67439a4 (patch)
tree08bf0da34c219157eef8df651a8a10ce7a95f0f3 /README.md
parent015c1c103b68a599d437a64f1d745e2b99e8c750 (diff)
downloadgoogle-compute-image-packages-4ca8c973d053d25428ff503fcfaf7d7ae67439a4.tar.gz
Google clock sync manager to sync the system clock when a migration
occurs. Fix white space in existing daemons to be consistent. Change-Id: I7a0bacf90046e705ac548fdf3d8214aed534422b
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd7fb54..0ebc126 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ This repository is the collection of packages that are installed on the standard
1. [Image Bundle](https://cloud.google.com/compute/docs/images#buildingimage) - Tool that creates an image file out of a disk attached to a GCE VM.
1. [Google Startup Scripts](https://cloud.google.com/compute/docs/startupscript) - Scripts and configuration files that setup a Linux-based image to work smoothly with GCE.
-1. Google Daemon - A service that manages user accounts, maintains ssh login keys, and syncs public endpoint IP addresses.
+1. Google Daemon - A service that manages user accounts, maintains ssh login keys, syncs the system clock after migration, and syncs public endpoint IP addresses.
## Installation
The easiest way to install these packages into a Linux-based image is to extract each tarball to `/` (root). Image Bundle does not have a directory structure, it is recommended to it extract to `/usr/share/imagebundle`. The tarballs are available in [releases](https://github.com/GoogleCloudPlatform/compute-image-packages/releases).