- cache xbmc at boot
This commit is contained in:
Stephan Raue 2010-02-11 21:32:08 +01:00
parent b27e072dae
commit c793ecbb94
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.16.0
# Sat Jan 30 23:05:42 2010
# Thu Feb 11 06:30:36 2010
#
CONFIG_HAVE_DOT_CONFIG=y

View File

@ -26,6 +26,9 @@ HOSTNAME="openelec"
install -m 1777 -d /var/tmp
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
ifconfig lo 127.0.0.1 up
@ -33,7 +36,7 @@ HOSTNAME="openelec"
echo -e "127.0.0.1\tlocalhost $HOSTNAME" > /var/run/hosts
# starting Xorg
[ ! "$TEXTMODE" = "yes" ] && start_xorg
[ ! "$TEXTMODE" = "yes" ] && start_xorg &
# copying config into storage
mkdir -p $HOME/.config