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"
  }

}