Skip to content

Commit 1a2f643

Browse files
CvHgitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent ee27eaa commit 1a2f643

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@
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+

how-to/change-bootscreen.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

0 commit comments

Comments
 (0)