I have requirement to disable msyql module during ISO deployment and use community RPMs. But not able to disable them.
I have tried following options:
- Updating kickstart file with “exclued=mysql*” in /etc/dnf/dnf.conf
- It didn't work
- Tried running ‘dnf module disable mysql -y’
- It didn't work
- Tried updating modules.yaml to disable mysql module by removing stream key
document: modulemd-defaults
version: 1
data:
module: mysql
profiles: 8.0: [server]...
Any recommendations? i