Project

General

Profile

« Previous | Next » 

Revision 9ec2d99f

Added by Alex Fisher over 7 years ago

Disable OEL7's mysql boot media repo (#311)

Installation media for OEL7.2 includes out of date mysql packages in
`addons/Mysql`. This repo is automatically enabled during kickstart
installation, and `mysql-communitity-libs` gets installed as a
dependency of `postfix`. `mysql-communitity-libs` is not updated during
a `yum update` as it doesn't exist in
http://public-yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/index.html
and
http://public-yum.oracle.com/repo/OracleLinux/OL7/MySQL56/x86_64/index.html
is not configured in `/etc/yum.repos.d`.

This commit disables this problematic boot media repository. As
`mysql-communitity-libs` is no longer available to the installer,
`mariadb-libs` get installed instead to satisfy `postfix`.

This doesn't prevent users from later choosing to install mysql by
enabling one of the `mysql` repos from
http://public-yum.oracle.com/oracle-linux-7.html and doing a `yum
install mysql`

  • added
  • modified
  • copied
  • renamed
  • deleted