diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-01 12:30:31 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-01 12:30:31 -0500 |
commit | 290afe72d53b5e38c3781934e23a676a3c1986e5 (patch) | |
tree | d17d8ded09d9274c40f652d8bc3d4fd0d6449cae /ChangeLog | |
parent | f0e26abe896318819a6b568dd72e9974b53928c8 (diff) | |
download | vyos-cloud-init-290afe72d53b5e38c3781934e23a676a3c1986e5.tar.gz vyos-cloud-init-290afe72d53b5e38c3781934e23a676a3c1986e5.zip |
timezone: use a symlink when updating /etc/localtime
Unless /etc/localtime is an existing file and not a symlink,
then we will symlink instead of copying the tz_file to /etc/localtime.
The copy was due to an old bug in Ubuntu, symlink should be preferred.
LP: #1543025
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ - lxd: add support for setting up lxd using 'lxd init' (LP: #1522879) - Add Image Customization Parser for VMware vSphere Hypervisor Support. [Sankar Tanguturi] + - timezone: use a symlink rather than copy for /etc/localtime + unless it is already a file (LP: #1543025). 0.7.6: - open 0.7.6 |