mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
12 lines
143 B
INI
12 lines
143 B
INI
image sdcard-emmc.img {
|
|
hdimage {
|
|
gpt = true
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 2M
|
|
image = rootfs.ext4
|
|
partition-uuid = %PARTUUID%
|
|
}
|
|
}
|