This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
images { |
| 2 |
bootldr { |
| 3 |
offset 0 |
| 4 |
filename /data/bootldr.bin |
| 5 |
type raw |
| 6 |
} |
| 7 |
|
| 8 |
boot { |
| 9 |
partition boot |
| 10 |
filename /data/boot.img |
| 11 |
type raw |
| 12 |
} |
| 13 |
|
| 14 |
system { |
| 15 |
partition system |
| 16 |
filename /data/system.img |
| 17 |
type ext2 |
| 18 |
flags resize,addjournal |
| 19 |
} |
| 20 |
|
| 21 |
data { |
| 22 |
partition data |
| 23 |
filename /data/userdata.img |
| 24 |
type ext2 |
| 25 |
flags resize,addjournal |
| 26 |
} |
| 27 |
|
| 28 |
cache { |
| 29 |
partition cache |
| 30 |
mkfs ext3 |
| 31 |
} |
| 32 |
|
| 33 |
third_party { |
| 34 |
partition third_party |
| 35 |
mkfs ext3 |
| 36 |
} |
| 37 |
|
| 38 |
## TODO: Add the support for this later? |
| 39 |
# system { |
| 40 |
# partition system |
| 41 |
# filename /data/system.tar.gz |
| 42 |
# type targz |
| 43 |
# mkfs ext3 |
| 44 |
# } |
| 45 |
} |