File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 6464 * [ Documentation] ( project/license/documentation.md )
6565* [ Mirrors] ( project/mirrors.md )
6666
67+ ## How To
68+
69+ * [ Change Bootscreen] ( how-to/change-bootscreen.md )
70+
Original file line number Diff line number Diff line change 1+ # Change Bootscreen
2+
3+ * Upload the custom image to the network share \( yoursplash.png to the download folder\) .
4+ * Connect with a SSH client to your LibreELEC box.
5+ * mount boot partition
6+
7+ ``` text
8+ mount -o remount,rw /flash
9+ ```
10+
11+ * copy your oemsplash.png
12+
13+ ``` text
14+ cp /storage/downloads/yoursplash.png /flash/oemsplash.png
15+ ```
16+
17+ * unmount boot partition
18+
19+ ``` text
20+ mount -o remount,ro /flash
21+ ```
22+
23+ At the next boot you should see the new bootscreen.
24+
You can’t perform that action at this time.
0 commit comments