From b0fc732974a024a10b447fbd27ec72c6d8210bfd Mon Sep 17 00:00:00 2001 From: Yuval Goldberg Date: Wed, 25 Nov 2020 15:38:16 +0200 Subject: [PATCH] MGMT-2706 Delete console kernel argument --- internal/host/transition.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/host/transition.go b/internal/host/transition.go index c8be66b1fa..361ab3b087 100644 --- a/internal/host/transition.go +++ b/internal/host/transition.go @@ -74,6 +74,7 @@ func (th *transitionHandler) PostRegisterHost(sw stateswitch.StateSwitch, args s sHost.host.StatusUpdatedAt = strfmt.DateTime(time.Now()) sHost.host.StatusInfo = swag.String(statusInfoDiscovering) + sHost.host.InstallerArgs = "--delete-karg 'console=tty0'" log.Infof("Register new host %s cluster %s", sHost.host.ID.String(), sHost.host.ClusterID) return params.db.Create(sHost.host).Error }