internal/distro/rhel85: move systemd logs kargs to the installer image
Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
23f1526160
commit
806bb375ee
1 changed files with 2 additions and 2 deletions
|
|
@ -1046,6 +1046,8 @@ func simplifiedInstallerEFIBootTreePipeline(installDevice, kernelVer, arch strin
|
||||||
Opts: []string{"rd.neednet=1",
|
Opts: []string{"rd.neednet=1",
|
||||||
"console=tty0",
|
"console=tty0",
|
||||||
"console=ttyS0",
|
"console=ttyS0",
|
||||||
|
"systemd.log_target=console",
|
||||||
|
"systemd.journald.forward_to_console=1",
|
||||||
"edge.liveiso=" + isolabel,
|
"edge.liveiso=" + isolabel,
|
||||||
"coreos.inst.install_dev=" + installDevice,
|
"coreos.inst.install_dev=" + installDevice,
|
||||||
"coreos.inst.image_file=/run/media/iso/disk.img.xz",
|
"coreos.inst.image_file=/run/media/iso/disk.img.xz",
|
||||||
|
|
@ -1112,8 +1114,6 @@ func ostreeDeployPipeline(
|
||||||
KernelOpts: []string{
|
KernelOpts: []string{
|
||||||
"console=tty0",
|
"console=tty0",
|
||||||
"console=ttyS0",
|
"console=ttyS0",
|
||||||
"systemd.log_target=console",
|
|
||||||
"systemd.journald.forward_to_console=1",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue