genimage.cfg.in 268 B

12345678910111213141516171819202122232425
  1. image boot.vfat {
  2. vfat {
  3. files = {
  4. #BOOT_FILES#
  5. }
  6. }
  7. size = 32M
  8. }
  9. image sdcard.img {
  10. hdimage {
  11. }
  12. partition boot {
  13. partition-type = 0xC
  14. bootable = "true"
  15. image = "boot.vfat"
  16. }
  17. partition rootfs {
  18. partition-type = 0x83
  19. image = "rootfs.ext4"
  20. }
  21. }