4 OFFSET
="$((0x$(dd if=/dev/mtdblock/1 bs=1 skip=$((0x14)) count=2 2>&- | hexdump | grep 0000000 | cut -d ' ' -f 2) - 1))"
5 dd if=/dev
/mtdblock
/1 bs
=1 skip
=$OFFSET count
=1 2>&- |
hexdump -v |
grep ' 0000' > /dev
/null
&& return 255 ||
return 0
8 if [ "$1" != "failsafe" ]; then
11 if [ $
(cat /proc
/mtd |
wc -l) = 6 ]; then
12 echo 5 > /proc
/sys
/diag
18 mount
-o remount
,rw
/dev
/root
/
21 if [ -z "$(nvram get no_root_swap)" ]; then
27 mount
-t jffs2
/dev
/mtdblock
/4 /jffs
28 pivot_root
/jffs
/jffs
/rom
29 mount none
/proc
-t proc
30 mount none
/dev
-t devfs
31 umount
/rom
/proc rom
/dev
>&-
35 mount none
/tmp
-t tmpfs
-o nosuid
,nodev
,mode
=1777,size
=50%
37 mount none
/dev
/pts
-t devpts
This page took 0.052689 seconds and 5 git commands to generate.