From 6e496b0c4a8913501363cbe617eb7060bf2b1434 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 4 Mar 2020 15:41:49 +0100 Subject: Add fstab=no option in case of netboot to avoid systemd fstab generator to mount partitions that do not exist in the netboot case. Signed-off-by: Jan-Simon Moeller Change-Id: I4c08bd50690062202590d7aae8f6508798f29997 --- templates/machines/raspberrypi4.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/machines/raspberrypi4.jinja2') diff --git a/templates/machines/raspberrypi4.jinja2 b/templates/machines/raspberrypi4.jinja2 index 6737379..05f51c6 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" + extra_kernel_args: "8250.nr_uarts=1 cma=64M fstab=no" {% endblock %} -- cgit 1.2.3-korg