kiwi-el8/doc/source/commands/system_update.rst
Marcus Schäfer 23c198dc03
Update manual page documentation
Fixed manual pages to use kiwi-ng as the command name
2020-02-25 10:42:02 +01:00

48 lines
1.0 KiB
ReStructuredText

kiwi-ng system update
=====================
.. _db_kiwi_system_update_synopsis:
SYNOPSIS
--------
.. code:: bash
kiwi-ng [global options] service <command> [<args>]
kiwi-ng system update -h | --help
kiwi-ng system update --root=<directory>
[--add-package=<name>...]
[--delete-package=<name>...]
kiwi-ng system update help
.. _db_kiwi_system_update_desc:
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
.. _db_kiwi_system_update_opts:
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.