UNVR-NAS/genimage_final.cfg
Chris Blake 85a5bd66e0 feat: initial upload
Initial public release
2024-05-19 14:04:59 -05:00

14 lines
176 B
INI

image emmc.img {
hdimage {
partition-table-type = "gpt"
}
partition boot {
bootable = "true"
image = "boot.ext4"
}
partition rootfs {
image = "rootfs.ext4"
}
}