summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2016-09-20 12:04:41 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-09-20 18:45:44 +0000
commit056ca71a3b96e21d9e573b41ed83f5fa4bd118b2 (patch)
treed0061d687c0178659cc22ed48df93a5fa4560640 /docs
parent318430dc700973fbc54c5469343c45aaab4701a7 (diff)
downloadostree-056ca71a3b96e21d9e573b41ed83f5fa4bd118b2.tar.gz
docs: add mention of rpm-ostree package layering
Closes: #514 Approved by: cgwalters
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adapting-existing.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/adapting-existing.md b/docs/manual/adapting-existing.md
index 77746e94..275479f0 100644
--- a/docs/manual/adapting-existing.md
+++ b/docs/manual/adapting-existing.md
@@ -157,3 +157,6 @@ will silently override earlier layers.
Then to actually deploy this tree for the next boot:
`ostree admin deploy $osname/$releasename/$description`
+
+This is essentially what [rpm-ostree](https://github.com/projectatomic/rpm-ostree/)
+does to support its [package layering model](https://rpm-ostree.readthedocs.io/en/latest/manual/administrator-handbook/#package-layering).