Merge lp:~smoser/cloud-init/trunk.lp1543025 into lp:~cloud-init-dev/cloud-init/trunk
Proposed by
Scott Moser
on 2016-03-01
| Status: | Merged |
|---|---|
| Merged at revision: | 1167 |
| Proposed branch: | lp:~smoser/cloud-init/trunk.lp1543025 |
| Merge into: | lp:~cloud-init-dev/cloud-init/trunk |
| Diff against target: |
27 lines (+7/-1) 2 files modified
ChangeLog (+2/-0) cloudinit/distros/__init__.py (+5/-1) |
| To merge this branch: | bzr merge lp:~smoser/cloud-init/trunk.lp1543025 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Martin Pitt (community) | Approve on 2016-03-01 | ||
| cloud-init commiters | 2016-03-01 | Pending | |
|
Review via email:
|
|||
Commit Message
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.
To post a comment you must log in.
| Dimitri John Ledkov (xnox) wrote : | # |
| Martin Pitt (pitti) wrote : | # |
Thanks for fixing this! Maybe you want to update the commit message, as this was not really due "to an old bug in Ubuntu", but we just forgot to change this along with tzdata.
review:
Approve


but this can only be fine, if /usr is mounted in the initramfs, or /usr is not a separate mount point.