diff --git a/man/rpm-ostree.xml b/man/rpm-ostree.xml
index cebc8a00..1acf1d23 100644
--- a/man/rpm-ostree.xml
+++ b/man/rpm-ostree.xml
@@ -66,13 +66,24 @@ Boston, MA 02111-1307, USA.
On an rpm-ostree managed system, the traditional
- yum and rpm
- tools operate in a read-only state. Instead, the
- underlying OSTree layer replicates a filesystem tree
- from a compose server. In this "pure replication"
- model, there is no dependency resolution on the
- client machines, nor any ability to add or remove
- packages.
+ yum (if installed) and rpm
+ tools operate in a read-only state; the RPM database is stored
+ in /usr/share/rpm which is underneath a
+ read-only bind mount.
+
+
+ Instead of live package-by-package upgrades, the underlying
+ OSTree layer replicates a complete filesystem tree from a
+ compose server into a new deployment, available on the next
+ reboot. One benefit of this is that there will always be a
+ previous deployment, available for rollback.
+
+
+ Note in this "pure replication" model, at present there is no
+ dependency resolution on the client machines, nor any ability to
+ add or remove packages. You may however use /usr/local/bin, or
+ an application mechanism such as
+ docker1.