create /var/run in firstboot
authorFelix Fietkau <nbd@openwrt.org>
Mon, 14 Nov 2005 23:07:18 +0000 (23:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 14 Nov 2005 23:07:18 +0000 (23:07 +0000)
SVN-Revision: 2485

openwrt/package/base-files/default/bin/firstboot

index eff7063b1c136e55a2dd5274c9aabbd7ec321881..604721873a8ce5a0339e37ea9c08be5c1f7958dc 100755 (executable)
@@ -60,3 +60,6 @@ mount none /tmp  -t ramfs
 umount /rom/proc
 umount /rom/tmp
 umount /rom/dev
+
+# normally created by boot script
+mkdir -p /var/run