Skip to content

Commit

Permalink
switch around images to fix pi2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Feb 4, 2022
1 parent 5a42041 commit 7b57527
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions stage3/03-crankshaft-base/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stage3/EXPORT_IMAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMG_SUFFIX="-pi2"
IMG_SUFFIX=""
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi
2 changes: 1 addition & 1 deletion stage4/EXPORT_IMAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMG_SUFFIX=""
IMG_SUFFIX="-pi2"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi

0 comments on commit 7b57527

Please sign in to comment.