projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
424f484
)
create /var/run in firstboot
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Nov 2005 23:06:47 +0000
(23:06 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Nov 2005 23:06:47 +0000
(23:06 +0000)
SVN-Revision: 2484
openwrt/package/base-files/default/bin/firstboot
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/bin/firstboot
b/openwrt/package/base-files/default/bin/firstboot
index eff7063b1c136e55a2dd5274c9aabbd7ec321881..604721873a8ce5a0339e37ea9c08be5c1f7958dc 100755
(executable)
--- 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