diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machines/raspberrypi3.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2 index 9d28e02..d4d94d1 100644 --- a/templates/machines/raspberrypi3.jinja2 +++ b/templates/machines/raspberrypi3.jinja2 @@ -18,5 +18,6 @@ {%- block main %} {{ super() }} context: + console_device: ttyS0 custom_kernel_args: "8250.nr_uarts=1 bcm2709.uart_clock=48000000 smsc95xx.macaddr=AA:BB:CC:DD:EE:AA" {% endblock %} |