From: Felix Fietkau Date: Mon, 14 Nov 2005 23:07:18 +0000 (+0000) Subject: create /var/run in firstboot X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3e2d585a2909ccb5fe6f2c741754a801b78d3ea4;p=15.05%2Fopenwrt.git create /var/run in firstboot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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