mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-12 10:31:55 +00:00
14 lines
176 B
INI
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"
|
|
}
|
|
}
|