linux: update kernels to latest LTS
[openadk.git] / target / x86_64 / generic-x86_64 / genimage.cfg
blobd86f7ffd7567f7d405931a05014ece67e57df3c1
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 root {
20     partition-type = 0x83
21     image = "rootfs.ext"
22     size = 64M
23   }
25   partition cfgfs {
26     partition-type = 0x88
27     image = "cfgfs.img"
28   }