44 lines
635 B
INI
44 lines
635 B
INI
image efi-part.vfat {
|
|
vfat {
|
|
file EFI {
|
|
image = "efi-part/EFI"
|
|
}
|
|
|
|
file Image {
|
|
image = "Image"
|
|
}
|
|
}
|
|
|
|
size = 64M
|
|
}
|
|
|
|
image disk.img {
|
|
hdimage {
|
|
partition-table-type = "gpt"
|
|
}
|
|
|
|
partition loader1 {
|
|
image = "idbloader.img"
|
|
partition-type-uuid = 8DA63339-0007-60C0-C436-083AC8230908
|
|
offset = 32K
|
|
}
|
|
|
|
partition loader2 {
|
|
image = "u-boot.itb"
|
|
partition-type-uuid = 8DA63339-0007-60C0-C436-083AC8230908
|
|
offset = 8M
|
|
}
|
|
|
|
partition boot {
|
|
image = "efi-part.vfat"
|
|
partition-type-uuid = esp
|
|
offset = 16M
|
|
bootable = true
|
|
}
|
|
|
|
partition root {
|
|
partition-type-uuid = root-arm64
|
|
image = "rootfs.ext2"
|
|
}
|
|
}
|