oracle / centos2ol

Script and documentation to switch CentOS/Rocky Linux to Oracle Linux
https://linux.oracle.com/switch/centos/
Universal Permissive License v1.0
345 stars 83 forks source link

Switch distro-specific module streams #15

Closed mark-au closed 3 years ago

mark-au commented 3 years ago

Some dnf modules are named after a distribution('rhel' or 'rhel8'). Switch them to to the 'ol' or 'ol8' equivalents. Resolves #8

An example of CentOS8:

$ dnf module list | grep rhel
container-tools      rhel8 [d]   common [d]                               Common tools and dependencies for container runtimes                        
go-toolset           rhel8 [d]   common [d]                               Go                                                                          
jmc                  rhel8 [d]   common [d], core                         Java Mission Control is a profiling and diagnostics tool for the Hotspot JVM
llvm-toolset         rhel8 [d]   common [d]                               LLVM                                                                        
rust-toolset         rhel8 [d]   common [d]                               Rust                                                                        
virt                 rhel [d][e] common [d]                               Virtualization module

Signed-off-by: Mark Cram mark.cram@oracle.com

mark-au commented 3 years ago

In draft state while I do a final test