From 4aceeea084d00c2f5453b58518317953a0f552c6 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 3 Aug 2011 15:21:26 -0400 Subject: minor fixes to doc --- doc/examples/cloud-config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/examples') diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 3374cf15..9f3add0f 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -317,8 +317,8 @@ resize_rootfs: True # # if you do nothing, you should get the system generally correctly # configured. -# * /etc/hostname contain the hostname (not fqdn) -# * an entry in /etc/hosts for with both hostname and fqdn +# * /etc/hostname (and thus `hostname` output) set with hostname (not fqdn) +# * an entry in /etc/hosts for both hostname and fqdn # that are obtained from the metadata service # * On each boot, the above will again be set # * cloud-init generally "owns" the 127.0.1.1 entry. The -- cgit v1.2.3