From 0002c1ada3ac258941271bd99efa3632748e1801 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 14 Nov 2005 23:07:18 +0000 Subject: [PATCH] create /var/run in firstboot SVN-Revision: 2485 --- 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.25.1