distro/rhel86: set GPGKeyFiles for azure-rhui
Import the appropriate GPG keys for Red Hat contained in the package `redhat-release` and Microsoft contained in `rhui-azure-rhel8`.
This commit is contained in:
parent
5b802f699a
commit
923a627de4
3 changed files with 12 additions and 0 deletions
|
|
@ -874,6 +874,10 @@ func newDistro(distroName string) distro.Distro {
|
|||
defaultImageConfig: &distro.ImageConfig{
|
||||
Timezone: "Etc/UTC",
|
||||
Locale: "en_US.UTF-8",
|
||||
GPGKeyFiles: []string{
|
||||
"/etc/pki/rpm-gpg/RPM-GPG-KEY-microsoft-azure-release",
|
||||
"/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release",
|
||||
},
|
||||
Keyboard: &osbuild.KeymapStageOptions{
|
||||
Keymap: "us",
|
||||
X11Keymap: &osbuild.X11KeymapOptions{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue