From 7b575279f4e1556dabbe34e77019c5f83e7ebe02 Mon Sep 17 00:00:00 2001 From: Matt Hilton Date: Fri, 4 Feb 2022 21:59:27 +0000 Subject: [PATCH] switch around images to fix pi2 support --- stage3/03-crankshaft-base/02-run-chroot.sh | 4 ---- stage3/EXPORT_IMAGE | 2 +- stage4/EXPORT_IMAGE | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/stage3/03-crankshaft-base/02-run-chroot.sh b/stage3/03-crankshaft-base/02-run-chroot.sh index e269c436..fc86e3eb 100755 --- a/stage3/03-crankshaft-base/02-run-chroot.sh +++ b/stage3/03-crankshaft-base/02-run-chroot.sh @@ -29,10 +29,6 @@ echo "" >> /boot/config.txt echo "# Disable Rainbow splash" >> /boot/config.txt echo "disable_splash=1" >> /boot/config.txt -echo "" >> /boot/config.txt -echo "# GPU Mem" >> /boot/config.txt -echo "gpu_mem=256" >> /boot/config.txt - echo "" >> /boot/config.txt echo "# Overscan fix" >> /boot/config.txt echo "overscan_scale=1" >> /boot/config.txt diff --git a/stage3/EXPORT_IMAGE b/stage3/EXPORT_IMAGE index 6c8ec421..79ec11a3 100644 --- a/stage3/EXPORT_IMAGE +++ b/stage3/EXPORT_IMAGE @@ -1,4 +1,4 @@ -IMG_SUFFIX="-pi2" +IMG_SUFFIX="" if [ "${USE_QEMU}" = "1" ]; then export IMG_SUFFIX="${IMG_SUFFIX}-qemu" fi diff --git a/stage4/EXPORT_IMAGE b/stage4/EXPORT_IMAGE index 79ec11a3..6c8ec421 100644 --- a/stage4/EXPORT_IMAGE +++ b/stage4/EXPORT_IMAGE @@ -1,4 +1,4 @@ -IMG_SUFFIX="" +IMG_SUFFIX="-pi2" if [ "${USE_QEMU}" = "1" ]; then export IMG_SUFFIX="${IMG_SUFFIX}-qemu" fi