rootfsinstall: aarch64: don't install xf86-video-fbturbo, which does not seem to support this architecture

This commit is contained in:
Silvan Calarco 2021-01-05 12:08:15 +01:00
parent 1cba9353e4
commit 657ef523b6

View File

@ -232,7 +232,7 @@ raspberrypi-utils xf86-video-fbturbo $INSTALLPACKAGES"
BOOTFSSTART=0
KERNELDEST="@BOOT@/kernel8.img"
INSTALLPACKAGES="\
kernel-rpi-v8 raspberrypi-utils xf86-video-fbturbo $INSTALLPACKAGES"
kernel-rpi-v8 raspberrypi-utils $INSTALLPACKAGES"
REMOVEPACKAGES="kernel-mamba-aarch64"
FSTAB_ROOT_DEVICE="/dev/mmcblk0p2"
FSTAB_BOOT_DEVICE="/dev/mmcblk0p1"