diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-14 23:07:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-14 23:07:18 +0000 |
commit | 0002c1ada3ac258941271bd99efa3632748e1801 (patch) | |
tree | a317eeb74be40145be19bf2b17d8043a00135783 /openwrt/package/base-files/default/bin | |
parent | 033b0b5e4db1f12ddd7c303d508087054e8f64be (diff) | |
download | mtk-20170518-0002c1ada3ac258941271bd99efa3632748e1801.zip mtk-20170518-0002c1ada3ac258941271bd99efa3632748e1801.tar.gz mtk-20170518-0002c1ada3ac258941271bd99efa3632748e1801.tar.bz2 |
create /var/run in firstboot
SVN-Revision: 2485
Diffstat (limited to 'openwrt/package/base-files/default/bin')
-rwxr-xr-x | openwrt/package/base-files/default/bin/firstboot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/bin/firstboot b/openwrt/package/base-files/default/bin/firstboot index eff7063..6047218 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 |