From 7f3c5288d470d86f6abd349311b639e1ff37f40c Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 2 Jun 2016 14:53:03 -0400 Subject: [PATCH] man page: add pkg-add and pkg-delete Closes: #302 Approved by: cgwalters --- man/rpm-ostree.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/man/rpm-ostree.xml b/man/rpm-ostree.xml index 12bc90eb..e3be143d 100644 --- a/man/rpm-ostree.xml +++ b/man/rpm-ostree.xml @@ -185,6 +185,56 @@ Boston, MA 02111-1307, USA. + + pkg-add + + + + Takes one or more packages as arguments. The packages are + fetched from the enabled repositories in + /etc/yum.repos.d/ and are overlayed on + top of a new deployment. + + + + --reboot or -r to + initiate a reboot after the deployment is prepared. + + + + --dry-run or -n to + exit after printing the transaction rather than downloading + the packages and creating a new deployment. + + + + + + pkg-delete + + + + Takes one or more packages as arguments. The packages are + removed from the set of packages that are currently + overlayed. The remaining packages in the set (if any) are + fetched from the enabled repositories in + /etc/yum.repos.d/ and are overlayed on + top of a new deployment. + + + + --reboot or -r to + initiate a reboot after the deployment is prepared. + + + + --dry-run or -n to + exit after printing the transaction rather than downloading + the packages and creating a new deployment. + + + + rebase