mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
busybox:
- cache xbmc at boot
This commit is contained in:
parent
b27e072dae
commit
c793ecbb94
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Busybox version: 1.16.0
|
# Busybox version: 1.16.0
|
||||||
# Sat Jan 30 23:05:42 2010
|
# Thu Feb 11 06:30:36 2010
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_DOT_CONFIG=y
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
|
||||||
|
@ -26,6 +26,9 @@ HOSTNAME="openelec"
|
|||||||
install -m 1777 -d /var/tmp
|
install -m 1777 -d /var/tmp
|
||||||
install -m 755 -d /var/run/sepermit # for LinuxPAM
|
install -m 755 -d /var/run/sepermit # for LinuxPAM
|
||||||
|
|
||||||
|
# caching xbmc
|
||||||
|
[ "$XBMC_CACHING" = "yes" ] && cache_xbmc &
|
||||||
|
|
||||||
# bring lo up, whether we have network card or not
|
# bring lo up, whether we have network card or not
|
||||||
ifconfig lo 127.0.0.1 up
|
ifconfig lo 127.0.0.1 up
|
||||||
|
|
||||||
@ -33,7 +36,7 @@ HOSTNAME="openelec"
|
|||||||
echo -e "127.0.0.1\tlocalhost $HOSTNAME" > /var/run/hosts
|
echo -e "127.0.0.1\tlocalhost $HOSTNAME" > /var/run/hosts
|
||||||
|
|
||||||
# starting Xorg
|
# starting Xorg
|
||||||
[ ! "$TEXTMODE" = "yes" ] && start_xorg
|
[ ! "$TEXTMODE" = "yes" ] && start_xorg &
|
||||||
|
|
||||||
# copying config into storage
|
# copying config into storage
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user