busybox: mount /dev/shm at boottime

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 11:03:11 +02:00
parent 0066b11652
commit 620b3dc665

View File

@ -31,6 +31,9 @@
mkdir -p /dev/pts
mount -n -t devpts -o gid=5,mode=620 none /dev/pts
mkdir -p /dev/shm
mount -n -t tmpfs none /dev/shm
# starting init scripts for wanted runlevel
. /etc/profile