mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
busybox-initramfs: dont install old splash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a2f9a09fd9
commit
1c06a96de0
@ -31,13 +31,6 @@ mkdir -p $INSTALL/etc
|
|||||||
touch $INSTALL/etc/fstab
|
touch $INSTALL/etc/fstab
|
||||||
ln -sf /proc/self/mounts $INSTALL/etc/mtab
|
ln -sf /proc/self/mounts $INSTALL/etc/mtab
|
||||||
|
|
||||||
mkdir -p $INSTALL/splash
|
|
||||||
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.ppm ]; then
|
|
||||||
cp $PROJECT_DIR/$PROJECT/splash/splash.ppm $INSTALL/splash
|
|
||||||
else
|
|
||||||
cp $PKG_DIR/splash/splash.ppm $INSTALL/splash
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/dev
|
mkdir -p $INSTALL/dev
|
||||||
mkdir -p $INSTALL/proc
|
mkdir -p $INSTALL/proc
|
||||||
mkdir -p $INSTALL/sys
|
mkdir -p $INSTALL/sys
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 71 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 93 KiB |
Loading…
x
Reference in New Issue
Block a user