summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-14 23:07:18 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-14 23:07:18 +0000
commit5410980342c3522f4eb4a39cdee06fe9eec88b11 (patch)
tree5fafe035e97183b48d696119d5165021db03c4c7
parent97664d4cb52113a4f9e41777c8fd28b28ed761cb (diff)
create /var/run in firstboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xopenwrt/package/base-files/default/bin/firstboot3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/bin/firstboot b/openwrt/package/base-files/default/bin/firstboot
index eff7063b1..604721873 100755
--- a/openwrt/package/base-files/default/bin/firstboot
+++ b/openwrt/package/base-files/default/bin/firstboot
@@ -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