mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
initramfs:
- remove support for plymouth - add shared uClibc-libs, because we must busybox compile shared
This commit is contained in:
parent
25b7dc640f
commit
5cc13ad208
@ -3,7 +3,10 @@ dir /dev 755 0 0
|
||||
dir /bin 755 1000 1000
|
||||
slink /bin/sh busybox 777 0 0
|
||||
file /bin/busybox initramfs/bin/busybox 755 0 0
|
||||
file /bin/ply-image initramfs/bin/ply-image 755 0 0
|
||||
|
||||
dir /lib 755 1000 1000
|
||||
file /lib/ld-uClibc.so.0 initramfs/lib/ld-uClibc.so.0 755 0 0
|
||||
file /lib/libc.so.0 initramfs/lib/libc.so.0 755 0 0
|
||||
|
||||
dir /proc 755 0 0
|
||||
dir /sys 755 0 0
|
||||
@ -12,4 +15,4 @@ dir /sysroot 755 0 0
|
||||
dir /storage 755 0 0
|
||||
|
||||
file /init initramfs/init 755 0 0
|
||||
file /splash.png initramfs/splash.png 644 0 0
|
||||
# file /splash.png initramfs/splash.png 644 0 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user