2 mount none
/proc
-t proc
3 mount none
/tmp
-t ramfs
5 echo 0x01 > /proc
/sys
/diag
7 if [ $
(cat /proc
/sys
/reset) = 1 ] ; then
9 while :; do { echo $
(((X
=(X
+1)%8)%2)) > /proc
/sys
/diag
; sleep $
((X
==0)); } done &
11 mount |
grep jffs2
>&-
12 if [ $?
= 0 ] && [ $
(cat /proc
/mtd |
wc -l) = 6 ] ; then
13 jffs2root
--move && reboot
16 mount
-t jffs2
/dev
/mtdblock
/4 /jffs
17 pivot_root
/jffs
/jffs
/rom
18 mount none
/dev
-t devfs
19 mount none
/proc
-t proc
This page took 0.052358 seconds and 5 git commands to generate.