diff options
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index c41f2eba9..70c0752e7 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -31,3 +31,5 @@ PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware " +# Psplash causes crash on first boot on RPi +IMAGE_FEATURES_remove = "splash" |