- add splashscreen and network configuration
This commit is contained in:
Stephan Raue 2009-10-27 03:12:30 +01:00
parent 1ba3e85203
commit 1220dda5ff
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/bin/sh
#
# start Networking
#
# runlevels: openelec, text, debug
. /etc/sysconfig
progress "Starting Networking"
ifup -a
exit 0

View File

@ -33,3 +33,10 @@ ROOT_PWD="`$ROOT/$TOOLCHAIN/bin/mkpasswd $ROOT_PASSWORD`"
# acpid specific # acpid specific
mkdir -p $INSTALL/etc/acpi/PWRF mkdir -p $INSTALL/etc/acpi/PWRF
cp $PKG_DIR/scripts/acpi_powerbtn $INSTALL/etc/acpi/PWRF/00000080 cp $PKG_DIR/scripts/acpi_powerbtn $INSTALL/etc/acpi/PWRF/00000080
mkdir -p $INSTALL/usr/share/splash
cp $PKG_DIR/splash/splash.ppm $INSTALL/usr/share/splash
mkdir -p $INSTALL/etc/network
cp $PKG_DIR/config/interfaces $INSTALL/etc/network

Binary file not shown.