genimage.cfg 233 B

123456789101112
  1. image sdcard.img {
  2. hdimage {
  3. gpt = true
  4. }
  5. partition rootfs {
  6. partition-type-uuid = 72ec70a6-cf74-40e6-bd49-4bda08e8f224
  7. partition-uuid = 0fef845a-c6e1-45bc-82f7-002fa720f958
  8. bootable = "true"
  9. image = "rootfs.ext4"
  10. }
  11. }