2025-05-10 21:49:39 +08:00

15 lines
158 B
INI

image sdcard.img {
hdimage {
}
partition unused {
size = 512
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
size = 256M
}
}