From: Felix Fietkau Date: Mon, 14 Nov 2005 23:07:18 +0000 (+0000) Subject: create /var/run in firstboot X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0002c1ada3ac258941271bd99efa3632748e1801;p=librecmc%2Flibrecmc.git create /var/run in firstboot SVN-Revision: 2485 --- 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