genimage-dual.cfg 465 B

12345678910111213141516171819202122232425262728293031323334
  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 root1 {
  16. partition-type = 0x83
  17. image = "rootfs.ext"
  18. }
  19. partition root2 {
  20. partition-type = 0x83
  21. image = "rootfs.ext"
  22. }
  23. partition cfgfs {
  24. partition-type = 0x88
  25. image = "cfgfs.img"
  26. }
  27. }