A.59 edit YumConfig

Edits the Yum configuration.

Syntax

edit YumConfig [baseUrl=value] [gpgKeyCheck= { yes | no }] [gpgKey=value]

Description

This command edits the Yum configuration used to update and upgrade Oracle VM Servers.

Options

The following table shows the available options for this command.

Option

Description

baseUrl=value

The URL to access the Yum repository.

gpgKeyCheck= { yes | no }

Whether to use a GPG key for the Yum repository.

gpgKey=value

The GPG key for the Yum repository.

Examples

Example A.78 Editing a Yum repository

OVM> edit YumConfig baseUrl=http://example.com/OVM3/Server/ gpgKeyCheck=yes \
  gpgKey=http://example.com/OVM3/RPM-GPG-KEY

See Also