summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-11 09:09:59 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-11 09:09:59 +0000
commitb398651ed8c8a1368dc28b93cb0e286bcead4ffa (patch)
tree99e2fc7059cbea4c1d27d4a5a267edec331e9e62
parent94a0511af0caa419bced3ae60b2bffc2d648b3ef (diff)
reverted to fix mtd glitch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@85 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xroot/etc/preinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/root/etc/preinit b/root/etc/preinit
index 099d2dc56..25fedc1e6 100755
--- a/root/etc/preinit
+++ b/root/etc/preinit
@@ -4,8 +4,8 @@ insmod diag
echo 0x01 > /proc/sys/diag
sleep 1
if /sbin/resetmon ; then
- mount -t jffs2 /dev/mtdblock/4 /jffs && \
- mtd unlock mtd4 &
+ mtd unlock mtd4
+ mount -t jffs2 /dev/mtdblock/4 /jffs
pivot_root /jffs /jffs/rom
mount none /dev -t devfs
mount none /proc -t proc