Deleting a branch is permanent. It CANNOT be undone. Continue?
mtrossevin/ansible-roles:change_timezone
into unstable
No due date set.
This pull request currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
Right now lxc containers are in the Etc/UTC timezone, this commit change
it so that they are in the same timezone as the host by copying
/etc/timezone and /etc/localtime (without dereferencing it) inside of
the container.
This might not be able to survive an upgrade of tzdata as the debconf database isn't modified
(Debian really should learn that modifying the manually modified content of /etc isn't ok at all).