kiwi-el8/doc/source/manual/system_update.rst
Marcus Schäfer 2c7465a8fe
Delete use of sphinxcontrib-programoutput
The developers of this sphinx extension decided to delete the
module on pip and also the source from git... it's dead. Thus
I replaced the dynamic usage output in the manual pages with
the static version
2016-11-04 10:20:38 +01:00

42 lines
927 B
ReStructuredText

kiwi system update
==================
SYNOPSIS
--------
.. code-block:: bash
kiwi [global options] service <command> [<args>]
kiwi system update -h | --help
kiwi system update --root=<directory>
[--add-package=<name>...]
[--delete-package=<name>...]
kiwi system update help
DESCRIPTION
-----------
Update a previously prepare image root tree. The update command
refreshes the contents of the root directory with potentially new
versions of the packages according to the repository setup of the
image XML description. In addition the update command also allows
to add or remove packages from the image root tree
OPTIONS
-------
--add-package=<name>
specify package to add(install). The option can be specified
multiple times
--delete-package=<name>
specify package to delete. The option can be specified
multiple times
--root=<directory>
Path to the root directory of the image.