1image sdcard.img {
2 hdimage {
3 partition-table-type = "gpt"
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