diff options
Diffstat (limited to 'templates/machines/raspberrypi4.jinja2')
-rw-r--r-- | templates/machines/raspberrypi4.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/raspberrypi4.jinja2 b/templates/machines/raspberrypi4.jinja2 index 8f47cca..7e9033f 100644 --- a/templates/machines/raspberrypi4.jinja2 +++ b/templates/machines/raspberrypi4.jinja2 @@ -19,5 +19,5 @@ {{ super() }} context: console_device: ttyS0 - extra_kernel_args: "8250.nr_uarts=1 cma=64M fstab=no" + extra_kernel_args: "8250.nr_uarts=1 cma=64M rw fstab=no" {% endblock %} |