Description
After introducing the read-only root file system, the timezone can no longer be set with timedatectl set-timezone.
How to Reproduce
Steps to reproduce the behavior:
- Log in by ssh
- Set a new timezone, e.g.:
timedatectl set-timezone UTC
- Reboot remote
- Check timezone with
date: back to CEST
Expected behavior
Timezone can be set and is persisted during reboots.
Your Environment
- Version used: latest master
- Running on:
Additional context
The /etc file system overlay is only an in-memory overlay which is not persisted during reboots.