temporary hack: delay resetmon checking by 1 sec
SVN-Revision: 21
This commit is contained in:
parent
f70e91170a
commit
356271aaa4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mount none /proc -t proc
|
mount none /proc -t proc
|
||||||
mtd unlock mtd4
|
mtd unlock mtd4
|
||||||
|
sleep 1
|
||||||
if /sbin/resetmon ; then
|
if /sbin/resetmon ; then
|
||||||
mount -t jffs2 /dev/mtdblock/4 /jffs
|
mount -t jffs2 /dev/mtdblock/4 /jffs
|
||||||
pivot_root /jffs /jffs/rom
|
pivot_root /jffs /jffs/rom
|
||||||
|
|
Loading…
Reference in a new issue