We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6aa117 commit 1fc086dCopy full SHA for 1fc086d
updater/base_buster_arm7.Pifile
@@ -22,4 +22,9 @@ cat Qt_5151_armv7l_OpenGLES2.tar.xz* > Qt5_OpenGLES2.tar.xz
22
tar -xf Qt5_OpenGLES2.tar.xz -C /
23
"
24
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
+
30
INCLUDE updater/update.Pifile
0 commit comments