reverted to fix mtd glitch
SVN-Revision: 85
This commit is contained in:
parent
42b84e1cb7
commit
ee41d03754
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue