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
/
omap3evm
/
installer.conf
blob
b5934f2bc95b2c930024448611fcd8bdbeadb77f
1
images {
2
system {
3
partition system
4
filename /sdcard/rootfs.tar.bz2
5
type tarbz
6
mkfs ext4
7
}
8
9
data {
10
partition data
11
mkfs vfat
12
}
13
14
## TODO: Add the support for this later?
15
# system {
16
# partition system
17
# filename /data/system.tar.gz
18
# type targz
19
# mkfs ext3
20
# }
21
}