Skip to content

Commit

Permalink
Add repo enablement/disablement guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
ferricoxide committed Jun 6, 2024
1 parent 8584722 commit 592e13a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/CentOS-Stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories and creating "vault" repositories from them. This may be done with
a quick script like:

```
(
# (
cd /etc/yum.repos.d &&
for RepoFile in CentOS-Stream-{BaseOS,AppStream,Extras{,-common},HighAvailability,NFV,PowerTools,RealTime,ResilientStorage}.repo
do
Expand All @@ -31,4 +31,6 @@ a quick script like:
"${RepoFile}" > "${RepoFile//.repo/-Vault.repo}"
done
)
# dnf config-manager --save --set-disabled appstream baseos extras
# dnf config-manager --save --set-enabled vault-{appstream,baseos,extras}
```

0 comments on commit 592e13a

Please sign in to comment.