xref: /OK3568_Linux_fs/buildroot/board/beaglev/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image sdcard.img {
2	hdimage {
3		gpt = true
4	}
5
6	partition rootfs {
7		partition-type-uuid = 72ec70a6-cf74-40e6-bd49-4bda08e8f224
8		partition-uuid = 0fef845a-c6e1-45bc-82f7-002fa720f958
9		bootable = "true"
10		image = "rootfs.ext4"
11	}
12}
13