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