From: nbd Date: Mon, 14 Nov 2005 23:07:18 +0000 (+0000) Subject: create /var/run in firstboot X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/fc9f36c3d4bfc94cfcd5200fcc5d57e5a176922b create /var/run in firstboot git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/default/bin/firstboot b/package/base-files/default/bin/firstboot index eff7063b1..604721873 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