summaryrefslogtreecommitdiff
path: root/adk/genimage/genimage.cfg
blob: 9e17390b12b1c9b0fb71d937f6ea018bc0b18597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image disk.img {

  hdimage {
  }

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

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

}