mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
busybox: mount /dev/shm at boottime
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0066b11652
commit
620b3dc665
@ -31,6 +31,9 @@
|
|||||||
mkdir -p /dev/pts
|
mkdir -p /dev/pts
|
||||||
mount -n -t devpts -o gid=5,mode=620 none /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
|
# starting init scripts for wanted runlevel
|
||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user