You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Since kata-agent is using virtio-console to output debugging info and the console ports are available in the guest as /dev/hvc0 and /dev/hvc1, we should swap origin console type console=ttyAMA0 with console=hvc0,hvc1.
The text was updated successfully, but these errors were encountered:
Pennyzct
added a commit
to Pennyzct/runtime
that referenced
this issue
Dec 17, 2018
Since kata-agent is using virtio-console to output debugging info
and the console ports are available in the guest as /dev/hvc0 and
/dev/hvc1, we should swap origin console type 'console=ttyAMA0'
with 'console=hvc0,hvc1'.
Fixes: kata-containers#1033
Signed-off-by: Penny Zheng <penny.zheng@arm.com>
Signed-off-by: Wei Chen <Wei.Chen@arm.com>
Since kata-agent is using virtio-console to output debugging info and the console ports are available in the guest as
/dev/hvc0
and/dev/hvc1
, we should swap origin console typeconsole=ttyAMA0
withconsole=hvc0,hvc1
.The text was updated successfully, but these errors were encountered: