diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-04 15:41:49 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-11 22:32:50 +0000 |
commit | 6e496b0c4a8913501363cbe617eb7060bf2b1434 (patch) | |
tree | 879ad93855f921a306edd11e2f1fa53aaa57013f /templates/machines/raspberrypi4.jinja2 | |
parent | 69cdbae73e3a386a55a230bfa80da89d61ad67b0 (diff) |
Add fstab=no option in case of netboothalibut_8.0.6halibut/8.0.68.0.6
to avoid systemd fstab generator to mount
partitions that do not exist in the netboot case.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I4c08bd50690062202590d7aae8f6508798f29997
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 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 %} |