diff --git a/man/rpm-ostree.xml b/man/rpm-ostree.xml index 8e51bdea..53a6cf41 100644 --- a/man/rpm-ostree.xml +++ b/man/rpm-ostree.xml @@ -211,7 +211,7 @@ Boston, MA 02111-1307, USA. - install (pkg-add) + install @@ -249,7 +249,7 @@ Boston, MA 02111-1307, USA. - uninstall (pkg-remove) + uninstall @@ -441,6 +441,37 @@ Boston, MA 02111-1307, USA. + + override + + + + Provides subcommands for overriding (modifying) the base + OSTree layer. Such modifications should be done with care + and are normally not intended to be long-lasting. For + example, one might replace a base package with its older + version to avoid a regression. Overrides are automatically + carried over during new deployments. The subcommands are: + + + + remove to remove base packages. + + + + replace to replace base packages. + Currently, only local RPM replacements are supported: + one must directly provide the RPMs to substitute in. + + + + reset to reset previous overrides. + Currently, the full NEVRA of the target + packages must be specified. + + + + refresh-md