distro/rhel86: remove authconfig call from azure-rhui

authconfig is actually a RHEL 7 thing and we should not call it for
RHEL 8.
This commit is contained in:
Christian Kellner 2022-03-03 17:34:38 +01:00 committed by Ondřej Budai
parent dbd6f1f48c
commit e60517f0af
3 changed files with 0 additions and 9 deletions

View file

@ -891,7 +891,6 @@ func newDistro(distroName string) distro.Distro {
ClientAliveInterval: common.IntToPtr(180),
},
},
Authconfig: &osbuild.AuthconfigStageOptions{},
Modprobe: []*osbuild.ModprobeStageOptions{
{
Filename: "blacklist-nouveau.conf",