You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the KIWI image builder, we set all these things up through the config file, rather than through options passed to DNF, and I'd like that to work with microdnf by doing microdnf --config=/path/to/file --installroot=/path/to/root ... as it does in DNF.
Is there a reason why we're forcing a whole bunch of command line options to be set when the config file can do it?
microdnf/dnf/dnf-main.c
Lines 437 to 444 in 9edaf50
In the KIWI image builder, we set all these things up through the config file, rather than through options passed to DNF, and I'd like that to work with microdnf by doing
microdnf --config=/path/to/file --installroot=/path/to/root ...
as it does in DNF.(cc: @schaefi, @davidcassany)
The text was updated successfully, but these errors were encountered: