From b3bcfea2b8ed1220fd0a2bb039c752bbe4abf54a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 14 Nov 2005 23:07:18 +0000 Subject: create /var/run in firstboot git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2485 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/default/bin/firstboot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/base-files/default/bin') 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 -- cgit v1.2.3