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:
parent
b06e10ebf9
commit
3aa8f86b4a
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user