clearlinux / micro-config-drive

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

Updated tdnf and yum package manager selection #15

Closed dthaluru closed 8 years ago

dthaluru commented 8 years ago

Changed package manager from dnf to tdnf

Added assumeyes as additional argument to yum/tdnf install command to automatically answer interactive questions as 'yes'

sofar commented 8 years ago

Ah, so, I didn't realize that tdnf is actually not the same as dnf.

Because it isn't the same, can we not effectively remove dnf support, but instead add tdnf as an option?

As for yum, patching the command with --assumeyes is fine, of course.

dthaluru commented 8 years ago

We can add tdnf support in additional to dnf. I will send new pull request with tdnf and yum changes.

dthaluru commented 8 years ago

I submitted new pull requests for changes. Closing the current pull request.