From 30114ba89dc74632cd5940679a22fdcb1530cece Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 14 Nov 2005 23:06:47 +0000 Subject: [PATCH] create /var/run in firstboot SVN-Revision: 2484 --- openwrt/package/base-files/default/bin/firstboot | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2