From 124fdc2d62a77773bf034abcc087a1f1a8c420b5 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 11 Jan 2025 23:32:38 +0000 Subject: [PATCH] mount boot --- updater/base_buster_arm7.Pifile | 1 + 1 file changed, 1 insertion(+) diff --git a/updater/base_buster_arm7.Pifile b/updater/base_buster_arm7.Pifile index f2788a3..5b92e0f 100644 --- a/updater/base_buster_arm7.Pifile +++ b/updater/base_buster_arm7.Pifile @@ -24,6 +24,7 @@ tar -xf Qt5_OpenGLES2.tar.xz -C / # comment out fkms on [all] for pi2 compat with eglfs RUN bash -c " +mount /dev/mapper/loop0p1 /boot sed -i '/^\[all\]/{:a;n;/^dtoverlay=vc4-fkms-v3d/s/^/#/;ba}' /boot/config.txt "