mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
busybox:
- add splashscreen and network configuration
This commit is contained in:
parent
1ba3e85203
commit
1220dda5ff
13
packages/sysutils/busybox/init.d/20_network
Executable file
13
packages/sysutils/busybox/init.d/20_network
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# start Networking
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
progress "Starting Networking"
|
||||
|
||||
ifup -a
|
||||
|
||||
exit 0
|
@ -33,3 +33,10 @@ ROOT_PWD="`$ROOT/$TOOLCHAIN/bin/mkpasswd $ROOT_PASSWORD`"
|
||||
# acpid specific
|
||||
mkdir -p $INSTALL/etc/acpi/PWRF
|
||||
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
|
||||
|
||||
|
BIN
packages/sysutils/busybox/splash/splash.ppm
Normal file
BIN
packages/sysutils/busybox/splash/splash.ppm
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user