genimage.cfg 388 B

1234567891011121314151617181920212223242526272829
  1. image disk.img {
  2. hdimage {
  3. }
  4. partition boot {
  5. in-partition-table = "no"
  6. image = "boot.img"
  7. offset = 0
  8. size = 512
  9. }
  10. partition grub {
  11. in-partition-table = "no"
  12. image = "grub.img"
  13. offset = 512
  14. }
  15. partition root {
  16. partition-type = 0x83
  17. image = "rootfs.ext"
  18. }
  19. partition cfgfs {
  20. partition-type = 0x88
  21. image = "cfgfs.img"
  22. }
  23. }