mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-12 18:41:55 +00:00
15 lines
176 B
INI
15 lines
176 B
INI
|
image emmc.img {
|
||
|
hdimage {
|
||
|
partition-table-type = "gpt"
|
||
|
}
|
||
|
|
||
|
partition boot {
|
||
|
bootable = "true"
|
||
|
image = "boot.ext4"
|
||
|
}
|
||
|
|
||
|
partition rootfs {
|
||
|
image = "rootfs.ext4"
|
||
|
}
|
||
|
}
|