genimage.cfg 118 B

12345678910
  1. image usb.img {
  2. hdimage {
  3. }
  4. partition rootfs {
  5. partition-type = 0x83
  6. image = "rootfs.ext4"
  7. size = 512M
  8. }
  9. }