genimage.cfg 143 B

1234567891011
  1. image sdcard-emmc.img {
  2. hdimage {
  3. gpt = true
  4. }
  5. partition rootfs {
  6. offset = 2M
  7. image = rootfs.ext4
  8. partition-uuid = %PARTUUID%
  9. }
  10. }