If configure is passwd --with-packagemgr=, then the appropriate
calls to dnf/yum etc. are used instead of swupd. This affects the
packge_upgrade' andpackages' directives, exclusively.
This is determined at compile time, without checking for dependencies
being actually present. This seems preferable than to try and determine
at runtime what support is present.
Supported package managers are: swupd (default), yum, dnf, apt.
If configure is passwd --with-packagemgr=, then the appropriate
calls to dnf/yum etc. are used instead of
swupd
. This affects thepackge_upgrade' and
packages' directives, exclusively.This is determined at compile time, without checking for dependencies being actually present. This seems preferable than to try and determine at runtime what support is present.