mirror of https://github.com/OpenIPC/firmware.git
create /run/lock on system init. needed for fw utils. (#492)
parent
7992e5efc3
commit
dccf1a5037
|
@ -18,6 +18,7 @@
|
|||
::sysinit:/bin/mount -o remount,rw /
|
||||
::sysinit:/bin/mkdir -p /dev/pts /dev/shm
|
||||
::sysinit:/bin/mount -a
|
||||
::sysinit:/bin/mkdir -p /run/lock/subsys
|
||||
# ::sysinit:/sbin/swapon -a
|
||||
null::sysinit:/bin/ln -sf /proc/self/fd /dev/fd
|
||||
null::sysinit:/bin/ln -sf /proc/self/fd/0 /dev/stdin
|
||||
|
|
Loading…
Reference in New Issue