summaryrefslogtreecommitdiff
path: root/adk/genimage/genimage-dual.cfg
blob: 80ea64a84b22a3ad9abdb2fee5c74ed949c46bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image disk.img {

  hdimage {
  }

  partition root1 {
    partition-type = 0x83
    image = "rootfs.ext"
    size = 64M
  }

  partition root2 {
    partition-type = 0x83
    image = "rootfs.ext"
    size = 64M
  }

  partition cfgfs {
    partition-type = 0x88
    image = "cfgfs.img"
  }

}