- cosmetics
This commit is contained in:
Stephan Raue 2010-03-14 01:27:20 +01:00
parent 675db10aa1
commit bc66c11dcb

View File

@ -4,9 +4,11 @@
. /etc/sysconfig
# Starting Splash
[ "$DEBUG" != "yes" -a "$TEXTMODE" != "yes" -a -f /usr/bin/ply-image -a \
-f /usr/share/splash/Splash.png ] && \
ply-image /usr/share/splash/Splash.png &
[ "$DEBUG" != "yes" \
-a "$TEXTMODE" != "yes" \
-a -f /usr/bin/ply-image \
-a -f /usr/share/splash/Splash.png \
] && ply-image /usr/share/splash/Splash.png &
HOSTNAME="openelec"
@ -16,8 +18,13 @@
# make variable directory structure
progress "make variable directory structure"
$IONICE mkdir -p /var/log /var/lock /var/media /var/run /var/tmp \
/var/run/sepermit
$IONICE mkdir -p /var/log \
/var/lock \
/var/media \
/var/run \
/var/tmp \
/var/run/sepermit
$IONICE chmod 1777 /var/run /var/tmp
# bring lo up, whether we have network card or not