internal/distro/rhel85: move systemd logs kargs to the installer image

Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
Antonio Murdaca 2021-08-30 11:42:28 +02:00 committed by Ondřej Budai
parent 23f1526160
commit 806bb375ee

View file

@ -1046,6 +1046,8 @@ func simplifiedInstallerEFIBootTreePipeline(installDevice, kernelVer, arch strin
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",
@ -1112,8 +1114,6 @@ func ostreeDeployPipeline(
KernelOpts: []string{
"console=tty0",
"console=ttyS0",
"systemd.log_target=console",
"systemd.journald.forward_to_console=1",
},
},
))