Skip to content

script/setup_host: use dnf do or dnf shell#5268

Closed
kolyshkin wants to merge 1 commit intoopencontainers:mainfrom
kolyshkin:dnf-do
Closed

script/setup_host: use dnf do or dnf shell#5268
kolyshkin wants to merge 1 commit intoopencontainers:mainfrom
kolyshkin:dnf-do

Conversation

@kolyshkin
Copy link
Copy Markdown
Contributor

We used to use dnf shell to perform install and update in a single transaction before Fedora switched to dnf5 (see commit 609e9a5).

Now, there's a way to do the same/similar thing using "dnf do". The downsize it's for Fedora only. The upside is, we can still use dnf shell for older distros (including CS10).

We used to use dnf shell to perform install and update in a single
transaction before Fedora switched to dnf5 (see commit 609e9a5).

Now, there's a way to do the same/similar thing using "dnf do". The
downsize it's for Fedora only. The upside is, we can still use dnf shell
for older distros (including CS10).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin
Copy link
Copy Markdown
Contributor Author

OTOH it hardly makes anything faster; and the code is complicated.

@kolyshkin kolyshkin closed this May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant