diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-14 23:07:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-14 23:07:18 +0000 |
commit | b3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a (patch) | |
tree | 3f31e6b6f08b47cda5ec7ea69049dc4bd9b57151 | |
parent | 604d668899670a704a0bb1d6a7962652f231b829 (diff) | |
download | upstream-b3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a.tar.gz upstream-b3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a.tar.bz2 upstream-b3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a.zip |
create /var/run in firstboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | package/base-files/default/bin/firstboot | 3 |
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 |