[packages] Document *localInstall* operation.

This commit is contained in:
Adriaan de Groot 2018-11-27 12:48:31 +01:00
parent 05588a1ffd
commit 34255b4cf5

View File

@ -64,6 +64,8 @@ update_system: false
# - localInstall: this is used to call the package manager # - localInstall: this is used to call the package manager
# to install a package from a path-to-a-package. This is # to install a package from a path-to-a-package. This is
# useful if you have a static package archive on the install media. # useful if you have a static package archive on the install media.
# The *pacman* package manager is the only one to specially support
# this operation (all others treat this the same as *install*).
# - remove, try_remove: will call the package manager to # - remove, try_remove: will call the package manager to
# remove one or more packages. The remove target will # remove one or more packages. The remove target will
# abort the whole installation if package-removal fails, # abort the whole installation if package-removal fails,