mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 05:12:37 +00:00
Merge pull request #10981 from BbolroC/remove-sclp-console-s390x
runtime: Remove console=ttysclp0 for s390x
This commit is contained in:
commit
c3e3ef7b25
@ -114,8 +114,6 @@ func (q *qemuS390x) appendConsole(ctx context.Context, devices []govmmQemu.Devic
|
|||||||
return devices, fmt.Errorf("Failed to append console %v", err)
|
return devices, fmt.Errorf("Failed to append console %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
q.kernelParams = append(q.kernelParams, Param{"console", "ttysclp0"})
|
|
||||||
|
|
||||||
serial := govmmQemu.SerialDevice{
|
serial := govmmQemu.SerialDevice{
|
||||||
Driver: virtioSerialCCW,
|
Driver: virtioSerialCCW,
|
||||||
ID: id,
|
ID: id,
|
||||||
|
Loading…
Reference in New Issue
Block a user