diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-14 23:07:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-14 23:07:18 +0000 |
commit | 5410980342c3522f4eb4a39cdee06fe9eec88b11 (patch) | |
tree | 5fafe035e97183b48d696119d5165021db03c4c7 /openwrt/package | |
parent | 97664d4cb52113a4f9e41777c8fd28b28ed761cb (diff) |
create /var/run in firstboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rwxr-xr-x | openwrt/package/base-files/default/bin/firstboot | 3 |
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 eff7063b1c..604721873a 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 |