doc: Minor tweaks
This commit is contained in:
parent
b06e10ebf9
commit
3aa8f86b4a
|
|
@ -79,9 +79,10 @@
|
||||||
and <emphasis>predictable</emphasis>.
|
and <emphasis>predictable</emphasis>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
But unlike many default image-based deployments, OSTree
|
But unlike many default image-based deployments, OSTree supports
|
||||||
supports a persistent, writable <literal>/etc</literal> that
|
exactly two persistent writable directories that are preserved
|
||||||
is preserved across upgrades.
|
across upgrades: <literal>/etc</literal> and
|
||||||
|
<literal>/var</literal>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Because OSTree operates at the Unix filesystem layer, it works
|
Because OSTree operates at the Unix filesystem layer, it works
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@
|
||||||
<chapter id="repository-intro">
|
<chapter id="repository-intro">
|
||||||
<title>Core object types and data model</title>
|
<title>Core object types and data model</title>
|
||||||
<para>
|
<para>
|
||||||
OSTree is deeply inspired by git; like git, OSTree is a
|
OSTree is deeply inspired by git; the core layer is a userspace
|
||||||
userspace versioning filesystem. It is worth taking some time
|
content-addressed versioning filesystem. It is worth taking
|
||||||
to familiarize yourself with <ulink
|
some time to familiarize yourself with <ulink
|
||||||
url="http://git-scm.com/book/en/Git-Internals">Git
|
url="http://git-scm.com/book/en/Git-Internals">Git
|
||||||
Internals</ulink>, as this section will assume some knowledge of
|
Internals</ulink>, as this section will assume some knowledge of
|
||||||
how git works.
|
how git works.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue