UNVR-NAS/genimage_final.cfg

15 lines
176 B
INI
Raw Normal View History

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