genimage.cfg 202 B

1234567891011121314151617
  1. image disk.img {
  2. hdimage {
  3. }
  4. partition root {
  5. partition-type = 0x83
  6. image = "rootfs.ext"
  7. size = 64M
  8. }
  9. partition cfgfs {
  10. partition-type = 0x88
  11. image = "cfgfs.img"
  12. }
  13. }