Skip to content

Timezone is no longer persisted due to read-only root file system #78

@zehnm

Description

@zehnm

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:

  1. Log in by ssh
  2. Set a new timezone, e.g.: timedatectl set-timezone UTC
  3. Reboot remote
  4. 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:
    • YIO Remote
    • Standalone Raspberry Pi

Additional context

The /etc file system overlay is only an in-memory overlay which is not persisted during reboots.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions