genimage.cfg 121 B

12345678910
  1. image sdcard.img {
  2. hdimage {
  3. }
  4. partition rootfs {
  5. partition-type = 0x83
  6. image = "rootfs.ext2"
  7. size = 256M
  8. }
  9. }