summaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi3.jinja2
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-04 15:41:49 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-04 15:41:49 +0100
commit9ba7c43f34b74d4440c1a844d7b633c21500887e (patch)
tree56476ae48053fd43abe25448382f7812e07c18ab /templates/machines/raspberrypi3.jinja2
parentee5c562fcafa3b4f689c98df3144c1cfa0d68da7 (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/raspberrypi3.jinja2')
-rw-r--r--templates/machines/raspberrypi3.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2
index 3e2e683..098f392 100644
--- a/templates/machines/raspberrypi3.jinja2
+++ b/templates/machines/raspberrypi3.jinja2
@@ -20,5 +20,5 @@
{{ super() }}
context:
console_device: ttyS0
- custom_kernel_args: "8250.nr_uarts=1 bcm2709.uart_clock=48000000 smsc95xx.macaddr=AA:BB:CC:DD:EE:AA cma=256M bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 usbhid.mousepoll=0 coherent_pool=6M"
+ custom_kernel_args: "8250.nr_uarts=1 bcm2709.uart_clock=48000000 smsc95xx.macaddr=AA:BB:CC:DD:EE:AA cma=256M bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 usbhid.mousepoll=0 coherent_pool=6M fstab=no"
{% endblock %}