1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

fix a bug that prevents the wgt634u from initializing the filesystem properly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3601 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm
2006-04-08 21:11:49 +00:00
parent fdfccc7699
commit 89ca788b2d
2 changed files with 8 additions and 2 deletions

View File

@@ -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
}
}