projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix a bug that prevents the wgt634u from initializing the filesystem properly
[openwrt.git]
/
package
/
base-files
/
default
/
bin
/
firstboot
diff --git
a/package/base-files/default/bin/firstboot
b/package/base-files/default/bin/firstboot
index
1d9b658
..
5d3d967
100755
(executable)
--- a/
package/base-files/default/bin/firstboot
+++ b/
package/base-files/default/bin/firstboot
@@
-37,6
+37,8
@@
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
+ return 0
}
}
This page took
0.02574 seconds
and
4
git commands to generate.