genimage.cfg 159 B

1234567891011121314
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition unused {
  5. size = 512
  6. }
  7. partition rootfs {
  8. partition-type = 0x83
  9. image = "rootfs.ext4"
  10. size = 256M
  11. }
  12. }