summaryrefslogtreecommitdiff
path: root/target/x86_64/qemu-x86_64/genimage.cfg
blob: 9f2d3ec72552fce2a7b87983b87dba3694e0f866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image disk.img {

  hdimage {
  }

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

}