Skip to content

Commit 3038b38

Browse files
author
Staging script
committed
Staging PR 3026
1 parent 8bc7d88 commit 3038b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/runtime/boot/qemu.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- deploy:
22
images:
33
kernel:
4-
image_arg: -kernel {kernel} -append "console={{ platform_config.context.serial|default('ttyS0') }},115200 root=/dev/ram0 debug
4+
image_arg: -kernel {kernel} -append "console={{ platform_config.context.console|default('ttyS0') }},115200 root=/dev/ram0 debug
55
verbose console_msg_format=syslog earlycon"
66
url: '{{ node.artifacts.kernel }}'
77
ramdisk:

0 commit comments

Comments
 (0)