mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:36:16 +02:00
create /var/run in firstboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
97664d4cb5
commit
5410980342
@ -60,3 +60,6 @@ mount none /tmp -t ramfs
|
|||||||
umount /rom/proc
|
umount /rom/proc
|
||||||
umount /rom/tmp
|
umount /rom/tmp
|
||||||
umount /rom/dev
|
umount /rom/dev
|
||||||
|
|
||||||
|
# normally created by boot script
|
||||||
|
mkdir -p /var/run
|
||||||
|
Loading…
Reference in New Issue
Block a user