mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +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)
|
||||
}
|
||||
|
||||
q.kernelParams = append(q.kernelParams, Param{"console", "ttysclp0"})
|
||||
|
||||
serial := govmmQemu.SerialDevice{
|
||||
Driver: virtioSerialCCW,
|
||||
ID: id,
|
||||
|
Loading…
Reference in New Issue
Block a user