From ea5f153f3c93171f2a4d2715ec6521d3cde2d652 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 19 Nov 2021 16:28:48 +0100 Subject: [PATCH] internal: drop not needed kargs Signed-off-by: Antonio Murdaca --- internal/distro/rhel86/stage_options.go | 4 ---- internal/distro/rhel90/stage_options.go | 4 ---- 2 files changed, 8 deletions(-) diff --git a/internal/distro/rhel86/stage_options.go b/internal/distro/rhel86/stage_options.go index 1941c1ea8..7d242f9f4 100644 --- a/internal/distro/rhel86/stage_options.go +++ b/internal/distro/rhel86/stage_options.go @@ -327,10 +327,6 @@ func grubISOStageOptions(installDevice, kernelVer, arch, vendor, product, osVers Kernel: osbuild.ISOKernel{ Dir: "/images/pxeboot", Opts: []string{"rd.neednet=1", - "console=tty0", - "console=ttyS0", - "systemd.log_target=console", - "systemd.journald.forward_to_console=1", "coreos.inst.isoroot=" + isolabel, "coreos.inst.install_dev=" + installDevice, "coreos.inst.image_file=/run/media/iso/disk.img.xz", diff --git a/internal/distro/rhel90/stage_options.go b/internal/distro/rhel90/stage_options.go index 605f56312..5ed4434f6 100644 --- a/internal/distro/rhel90/stage_options.go +++ b/internal/distro/rhel90/stage_options.go @@ -313,10 +313,6 @@ func grubISOStageOptions(installDevice, kernelVer, arch, vendor, product, osVers Kernel: osbuild.ISOKernel{ Dir: "/images/pxeboot", Opts: []string{"rd.neednet=1", - "console=tty0", - "console=ttyS0", - "systemd.log_target=console", - "systemd.journald.forward_to_console=1", "edge.liveiso=" + isolabel, "coreos.inst.install_dev=" + installDevice, "coreos.inst.image_file=/run/media/iso/disk.img.xz",