diff --git a/doc/overview.xml b/doc/overview.xml
index 948f5c74..79763b5e 100644
--- a/doc/overview.xml
+++ b/doc/overview.xml
@@ -79,9 +79,10 @@
and predictable.
- But unlike many default image-based deployments, OSTree
- supports a persistent, writable /etc that
- is preserved across upgrades.
+ But unlike many default image-based deployments, OSTree supports
+ exactly two persistent writable directories that are preserved
+ across upgrades: /etc and
+ /var.
Because OSTree operates at the Unix filesystem layer, it works
diff --git a/doc/repo.xml b/doc/repo.xml
index dd49c28c..5379d3a0 100644
--- a/doc/repo.xml
+++ b/doc/repo.xml
@@ -8,9 +8,9 @@
Core object types and data model
- OSTree is deeply inspired by git; like git, OSTree is a
- userspace versioning filesystem. It is worth taking some time
- to familiarize yourself with Git
Internals, as this section will assume some knowledge of
how git works.