7 mount
-t jffs2
/dev
/mtdblock
/4 /jffs
8 mount
/dev
/mtdblock
/2 /rom
-o ro
15 for file in $
(cd /rom
; find * -type f
; find * -type l
;)
17 ln -sf /rom
/$file $file
20 touch /tmp
/resolv.conf
21 ln -s /tmp
/resolv.conf
/etc
/resolv.conf
24 mount none
/jffs
/proc
-t proc
25 pivot_root
/jffs
/jffs
/rom
26 mount none
/dev
-t devfs
27 mount none
/tmp
-t ramfs
This page took 0.050061 seconds and 5 git commands to generate.