From 34255b4cf51f8e38910f6eab03385a26887c0b1d Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 27 Nov 2018 12:48:31 +0100 Subject: [PATCH] [packages] Document *localInstall* operation. --- src/modules/packages/packages.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/packages/packages.conf b/src/modules/packages/packages.conf index 40701841e..a71a7df15 100644 --- a/src/modules/packages/packages.conf +++ b/src/modules/packages/packages.conf @@ -64,6 +64,8 @@ update_system: false # - localInstall: this is used to call the package manager # to install a package from a path-to-a-package. This is # 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 one or more packages. The remove target will # abort the whole installation if package-removal fails,