mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
busybox:
- cosmetics
This commit is contained in:
parent
675db10aa1
commit
bc66c11dcb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user