repo.or.cz
/
u-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add ext4,vfat and tar.bz2
[u-tools.git]
/
example
/
installer.conf
blob
acdd7a2c77de03db636961bfbd89b49a1a2c9a22
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
}