One option is to use overlay like here: Alternative to Kodi packages: Modroot - Development - LibreELEC Forum
Posts by vpeter
-
-
Then I'm out of ideas.
-
When you press Download button you select a FOLDER where file will be saved.
-
-
-
Sorry I read wrong.
HDMI cable and TV works here.
-
Sorry but I'm not familiar with this errors. Maybe it doesn't work with hdmi2dvi adapter (newer tested this).
-
-
After LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub add lines
Codesed -e "s,^.*NAutoVTs=.*$,NAutoVTs=6,g" -i $INSTALL/etc/systemd/logind.conf sed -e "s,^.*ReserveVT=.*$,ReserveVT=6,g" -i $INSTALL/etc/systemd/logind.conf sed -e "s,^.*KillUserProcesses=.*$,KillUserProcesses=yes,g" -i $INSTALL/etc/systemd/logind.confThe other option is to just use custom file in projects/YOUR_PROJECT/filesystem/etc/systemd.
-
-
-
-
-
You could save everything under /usr and copied data from there just like LibreELEC.tv/userconfig-setup at master · LibreELEC/LibreELEC.tv · GitHub
Or create one service which runs on startup and copy files if needed. I done this few times.
-
How can I handle updates of LibreElece in the future with this specific build?
Disable automatic updates from LibreELEC settings and update manually. This applies to v8 only. V9 with Kodi 18 will be a different story.
-
8.2.3 is also available

-
-
If I use your custom build, do I need to uncheck automatic updates in the menu?
Yes.