From: Jonathan Lebon Date: Tue, 20 Sep 2016 16:04:41 +0000 (-0400) Subject: docs: add mention of rpm-ostree package layering X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~46^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=056ca71a3b96e21d9e573b41ed83f5fa4bd118b2;p=ostree.git docs: add mention of rpm-ostree package layering Closes: #514 Approved by: cgwalters --- 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).