xref: /OK3568_Linux_fs/buildroot/board/librecomputer/lafrite/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image usb.img {
2	hdimage {
3	}
4
5	partition rootfs {
6		partition-type = 0x83
7		image = "rootfs.ext4"
8		size = 512M
9	}
10}
11