clearlinux / micro-config-drive

An alternative and small cloud-init implementation in C
Other
46 stars 17 forks source link

Allow package manager selection. #14

Closed sofar closed 8 years ago

sofar commented 8 years ago

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 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.

devimc commented 8 years ago

+1

sofar commented 8 years ago

45b46affd6923994437adec6b45b46ece5486ab3