genimage-dual.cfg 294 B

1234567891011121314151617181920212223
  1. image disk.img {
  2. hdimage {
  3. }
  4. partition root1 {
  5. partition-type = 0x83
  6. image = "rootfs.ext"
  7. size = 64M
  8. }
  9. partition root2 {
  10. partition-type = 0x83
  11. image = "rootfs.ext"
  12. size = 64M
  13. }
  14. partition cfgfs {
  15. partition-type = 0x88
  16. image = "cfgfs.img"
  17. }
  18. }