add genimage files for asus-p5bvm
[openadk.git] / target / x86_64 / asus-p5bvm / genimage-dual.cfg
blob82d6dc2c28621dd724ac015cb8123e0eafb7a95a
1 image disk.img {
3   hdimage {
4   }
6   partition boot {
7     in-partition-table = "no"
8     image = "boot.img"
9     offset = 0
10     size = 512
11   }
13   partition grub {
14     in-partition-table = "no"
15     image = "grub.img"
16     offset = 512
17   }
19   partition root1 {
20     partition-type = 0x83
21     image = "rootfs.ext"
22   }
24   partition root2 {
25     partition-type = 0x83
26     image = "rootfs.ext"
27   }
29   partition cfgfs {
30     partition-type = 0x88
31     image = "cfgfs.img"
32   }