From 657ef523b6028e881a2529e51d05e3ac72484b20 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 5 Jan 2021 12:08:15 +0100 Subject: [PATCH] rootfsinstall: aarch64: don't install xf86-video-fbturbo, which does not seem to support this architecture --- src/rootfsinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rootfsinstall.sh b/src/rootfsinstall.sh index 72547d7..b737efa 100755 --- a/src/rootfsinstall.sh +++ b/src/rootfsinstall.sh @@ -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"