We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc7d88 commit 3038b38Copy full SHA for 3038b38
config/runtime/boot/qemu.jinja2
@@ -1,7 +1,7 @@
1
- deploy:
2
images:
3
kernel:
4
- image_arg: -kernel {kernel} -append "console={{ platform_config.context.serial|default('ttyS0') }},115200 root=/dev/ram0 debug
+ image_arg: -kernel {kernel} -append "console={{ platform_config.context.console|default('ttyS0') }},115200 root=/dev/ram0 debug
5
verbose console_msg_format=syslog earlycon"
6
url: '{{ node.artifacts.kernel }}'
7
ramdisk:
0 commit comments