busybox-initramfs: dont install old splash

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-23 03:09:13 +01:00
parent a2f9a09fd9
commit 1c06a96de0
4 changed files with 0 additions and 7 deletions

View File

@ -31,13 +31,6 @@ mkdir -p $INSTALL/etc
touch $INSTALL/etc/fstab
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/proc
mkdir -p $INSTALL/sys

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB