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:
parent
dbd6f1f48c
commit
e60517f0af
3 changed files with 0 additions and 9 deletions
|
|
@ -891,7 +891,6 @@ func newDistro(distroName string) distro.Distro {
|
|||
ClientAliveInterval: common.IntToPtr(180),
|
||||
},
|
||||
},
|
||||
Authconfig: &osbuild.AuthconfigStageOptions{},
|
||||
Modprobe: []*osbuild.ModprobeStageOptions{
|
||||
{
|
||||
Filename: "blacklist-nouveau.conf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue