projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c677d
)
Move /sys on pivot_root too
author
Eugene Konev
<ejka@openwrt.org>
Sun, 18 Mar 2007 13:47:28 +0000
(13:47 +0000)
committer
Eugene Konev
<ejka@openwrt.org>
Sun, 18 Mar 2007 13:47:28 +0000
(13:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6603
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/bin/firstboot
patch
|
blob
|
history
diff --git
a/package/base-files/files/bin/firstboot
b/package/base-files/files/bin/firstboot
index
fe63d1b
..
ef2ba57
100755
(executable)
--- a/
package/base-files/files/bin/firstboot
+++ b/
package/base-files/files/bin/firstboot
@@
-40,6
+40,7
@@
pivot() { # <new_root> <old_root>
pivot_root $1 $1$2 && {
mount -o move $2/dev /dev
mount -o move $2/tmp /tmp
+ mount -o move $2/sys /sys 2>&-
mount -o move $2/jffs /jffs 2>&-
return 0
}