kiwi-el8/doc/source/system_update.rst
2016-02-11 17:08:30 +01:00

33 lines
725 B
ReStructuredText

kiwi system update
==================
SYNOPSIS
--------
*kiwi* system update --root=<directory>
| [--add-package=<name>...]
| [--delete-package=<name>...]
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