1
0
mirror of https://github.com/ostreedev/ostree.git synced 2025-01-12 13:18:27 +03:00

doc: Minor tweaks

This commit is contained in:
Colin Walters 2013-08-25 10:32:40 -04:00
parent b06e10ebf9
commit 3aa8f86b4a
2 changed files with 7 additions and 6 deletions

View File

@ -79,9 +79,10 @@
and <emphasis>predictable</emphasis>.
</para>
<para>
But unlike many default image-based deployments, OSTree
supports a persistent, writable <literal>/etc</literal> that
is preserved across upgrades.
But unlike many default image-based deployments, OSTree supports
exactly two persistent writable directories that are preserved
across upgrades: <literal>/etc</literal> and
<literal>/var</literal>.
</para>
<para>
Because OSTree operates at the Unix filesystem layer, it works

View File

@ -8,9 +8,9 @@
<chapter id="repository-intro">
<title>Core object types and data model</title>
<para>
OSTree is deeply inspired by git; like git, OSTree is a
userspace versioning filesystem. It is worth taking some time
to familiarize yourself with <ulink
OSTree is deeply inspired by git; the core layer is a userspace
content-addressed versioning filesystem. It is worth taking
some time to familiarize yourself with <ulink
url="http://git-scm.com/book/en/Git-Internals">Git
Internals</ulink>, as this section will assume some knowledge of
how git works.