docs: update linked project names and minor tweaks
Just a few nits I noticed while preparing some slides. Closes: #776 Approved by: cgwalters
This commit is contained in:
parent
024f953124
commit
68c8d5e039
@ -1,10 +1,10 @@
|
|||||||
# What is rpm-ostree?
|
# What is rpm-ostree?
|
||||||
|
|
||||||
rpm-ostree is a hybrid image/package system. It uses
|
rpm-ostree is a hybrid image/package system. It uses
|
||||||
[OSTree](https://ostree.readthedocs.io/en/latest/) as a base image
|
[libOSTree](https://ostree.readthedocs.io/en/latest/) as a base image
|
||||||
format, and accepts RPM on both the client and server side, sharing
|
format, and accepts RPM on both the client and server side, sharing
|
||||||
code with the [dnf](https://en.wikipedia.org/wiki/DNF_(software)) project;
|
code with the [dnf](https://en.wikipedia.org/wiki/DNF_(software)) project;
|
||||||
specifically [libhif](https://github.com/rpm-software-management/libhif).
|
specifically [libdnf](https://github.com/rpm-software-management/libdnf).
|
||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ interested in assembling your own systems, see
|
|||||||
One major feature rpm-ostree has over traditional package management
|
One major feature rpm-ostree has over traditional package management
|
||||||
is atomic upgrade/rollback. It supports a model where an OS vendor
|
is atomic upgrade/rollback. It supports a model where an OS vendor
|
||||||
(such as [CentOS](https://www.centos.org/) or
|
(such as [CentOS](https://www.centos.org/) or
|
||||||
[Fedora](https://getfedora.org/) can provide pre-assembled "base OS
|
[Fedora](https://getfedora.org/)) can provide pre-assembled "base OS
|
||||||
images", and client systems can replicate those, and possibly layer on
|
images", and client systems can replicate those, and possibly layer on
|
||||||
additional packages.
|
additional packages.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user