summaryrefslogtreecommitdiff
path: root/installer.conf
blob: 96b81e896ecf8657492d402d803b681026e3daee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
images {
    bootldr {
        offset 0
        filename /data/bootldr.bin
        type raw
    }

    boot {
        partition boot
        filename /data/boot.img
        type raw
    }

    system {
        partition system
        filename /data/system.img
        type raw
    }

    data {
        partition data
        filename /data/userdata.img
        type raw
    }

    cache {
        partition cache
        mkfs ext3
    }

    third_party {
        partition third_party
        mkfs ext3
    }

## TODO: Add the support for this later?
#    system {
#        partition system
#        filename /data/system.tar.gz
#        type targz
#        mkfs ext3
#    }
}