projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440dc32
)
[backfire] merge r23906
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 7 Nov 2010 00:26:38 +0000
(
00:26
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 7 Nov 2010 00:26:38 +0000
(
00:26
+0000)
SVN-Revision: 23907
package/base-files/files/lib/functions/boot.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/functions/boot.sh
b/package/base-files/files/lib/functions/boot.sh
index fc93eba49def829e227b8397fcb1e37f126b6805..66423d9aadce8b57a3c4f290531e77c2d346d710 100644
(file)
--- a/
package/base-files/files/lib/functions/boot.sh
+++ b/
package/base-files/files/lib/functions/boot.sh
@@
-142,7
+142,7
@@
fopivot() { # <rw_root> <ro_root> <dupe?>
ramoverlay() {
mkdir -p /tmp/root
- mount -t tmpfs root /tmp/root
+ mount -t tmpfs
-o mode=0755
root /tmp/root
fopivot /tmp/root /rom 1
}