summaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi4.jinja2
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-04 23:34:42 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-11 00:10:45 +0100
commit39251345ca27fd5a7ecd6fa78be57a0e81a69027 (patch)
treedaf635340965636b5e4409806e084382e1d50ec0 /templates/machines/raspberrypi4.jinja2
parent06e706b4e9420b2a0cb429f6d823dd2dc9403545 (diff)
Add kernel config option to mount rootfs rw
This is needed if we do not let systemd remount it. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I6f3ddbbc45844bff2a4adb423c7ecb8b57c0c0fd
Diffstat (limited to 'templates/machines/raspberrypi4.jinja2')
-rw-r--r--templates/machines/raspberrypi4.jinja22
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 %}