diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-01-29 18:14:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-01-29 18:14:23 +0000 |
commit | 03e6d8051751142c5622079e2167f9b8713064b4 (patch) | |
tree | 2fef6d8b0dcf459a854243ea2c82f7843d524fe4 /templates | |
parent | 991e7994588d0f0847a5f5cc9b9de2595d891468 (diff) | |
parent | 6c7e83b667d5976a60d37a5f71bb1d6dc7280903 (diff) |
Merge "templates/machines: qemu: disable systemd log colors"
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machines/qemux86-64.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/qemux86-64.jinja2 b/templates/machines/qemux86-64.jinja2 index 5664de9..d6bf3fc 100644 --- a/templates/machines/qemux86-64.jinja2 +++ b/templates/machines/qemux86-64.jinja2 @@ -6,7 +6,7 @@ {%- set device_mach = "x86" %} {%- set qemu_arch = "x86_64" %} {%- set qemu_args = "-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 1048 -soundhw hda" %} -{%- set qemu_cmdline = "console=ttyS0,115200 root=/dev/hda debug verbose" %} +{%- set qemu_cmdline = "console=ttyS0,115200 root=/dev/hda debug verbose systemd.log_color=false " %} {%- set rootfs_type = rootfs_type|default("ramdisk") %} {%- if build_type == 'release' %} {%- set rfs_image = rfs_image|default("agl-demo-platform-crosssdk-qemux86-64.ext4.xz") %} |