Skip to content

Commit

Permalink
Merge pull request #670 from cgwalters/filesystem-epoch
Browse files Browse the repository at this point in the history
filesystem: Document timestamp squashing
  • Loading branch information
cgwalters committed Jul 8, 2024
2 parents a13263b + 4e0787d commit 9d3abf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ For more on container builds, see [build guidance](building/guidance.md).
The rest of this document describes the state of the system when
"deployed" to a physical or virtual machine, and managed by `bootc`.

## Timestamps

bootc uses ostree, which currently [squashes all timestamps to zero](https://ostreedev.github.io/ostree/repo/#content-objects).
This is now viewed as an implementation bug and will be changed in the future.
For more information, see [this tracker issue](https://github.com/containers/bootc/issues/20).

## Understanding physical vs logical root with `/sysroot`

When the system is fully booted, it is into the equivalent of a `chroot`.
Expand Down

0 comments on commit 9d3abf2

Please sign in to comment.