diff options
author | Mike Baker <mbm@openwrt.org> | 2004-07-11 09:09:59 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-07-11 09:09:59 +0000 |
commit | ee41d037540c80e0819a7ecf84994260327ff8df (patch) | |
tree | 99e2fc7059cbea4c1d27d4a5a267edec331e9e62 /root | |
parent | 42b84e1cb7dc1111fcbe6a61bd7a3c09d76c7d48 (diff) | |
download | mtk-20170518-ee41d037540c80e0819a7ecf84994260327ff8df.zip mtk-20170518-ee41d037540c80e0819a7ecf84994260327ff8df.tar.gz mtk-20170518-ee41d037540c80e0819a7ecf84994260327ff8df.tar.bz2 |
reverted to fix mtd glitch
SVN-Revision: 85
Diffstat (limited to 'root')
-rwxr-xr-x | root/etc/preinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/etc/preinit b/root/etc/preinit index 099d2dc..25fedc1 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 |