From 89ca788b2d7c218c98dd112c567e4bf2d92c4864 Mon Sep 17 00:00:00 2001 From: mbm Date: Sat, 8 Apr 2006 21:11:49 +0000 Subject: 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 --- package/base-files/default/bin/firstboot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/base-files/default/bin') diff --git a/package/base-files/default/bin/firstboot b/package/base-files/default/bin/firstboot index 1d9b658b6..5d3d9677e 100755 --- a/package/base-files/default/bin/firstboot +++ b/package/base-files/default/bin/firstboot @@ -37,6 +37,8 @@ pivot() { # 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 } } -- cgit v1.2.3