create /var/run in firstboot

SVN-Revision: 2485
This commit is contained in:
Felix Fietkau 2005-11-14 23:07:18 +00:00
parent 033b0b5e4d
commit 0002c1ada3

View file

@ -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