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 00:10:37 +0100 |
commit | 06e706b4e9420b2a0cb429f6d823dd2dc9403545 (patch) | |
tree | 73bb7cd3223245981aa4217baa1c66ede3989762 /templates/machines/raspberrypi4.jinja2 | |
parent | 0bc9d8bf5657377b736844f4ec73e68f87af2d4f (diff) |
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 <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 d4ef568..8f47cca 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 %} |