Skip to content

Commit 1fc086d

Browse files
committed
fix #710
1 parent b6aa117 commit 1fc086d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

updater/base_buster_arm7.Pifile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ cat Qt_5151_armv7l_OpenGLES2.tar.xz* > Qt5_OpenGLES2.tar.xz
2222
tar -xf Qt5_OpenGLES2.tar.xz -C /
2323
"
2424

25+
# comment out fkms on [all] for pi2 compat with eglfs
26+
RUN bash -c "
27+
sed -i '/^\[all\]/{:a;n;/^dtoverlay=vc4-fkms-v3d/s/^/#/;ba}' /boot/config.txt
28+
"
29+
2530
INCLUDE updater/update.Pifile

0 commit comments

Comments
 (0)