xref: /OK3568_Linux_fs/buildroot/board/pc/genimage-bios.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image disk.img {
2	hdimage {
3	}
4
5	partition boot {
6		in-partition-table = "no"
7		image = "boot.img"
8		offset = 0
9		size = 512
10	}
11
12	partition grub {
13		in-partition-table = "no"
14		image = "grub.img"
15		offset = 512
16	}
17
18	partition root {
19		partition-type = 0x83
20		image = "rootfs.ext2"
21	}
22}
23