aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/default/bin
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-14 23:07:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-14 23:07:18 +0000
commitb3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a (patch)
tree3f31e6b6f08b47cda5ec7ea69049dc4bd9b57151 /package/base-files/default/bin
parent604d668899670a704a0bb1d6a7962652f231b829 (diff)
downloadmaster-187ad058-b3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a.tar.gz
master-187ad058-b3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a.tar.bz2
master-187ad058-b3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a.zip
create /var/run in firstboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/bin')
-rwxr-xr-xpackage/base-files/default/bin/firstboot3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/default/bin/firstboot b/package/base-files/default/bin/firstboot
index eff7063b1c..604721873a 100755
--- a/package/base-files/default/bin/firstboot
+++ b/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