2021-05-12 20:36:44 +02:00
|
|
|
image efi-part.vfat {
|
2021-11-07 03:43:05 +01:00
|
|
|
vfat {
|
|
|
|
file EFI {
|
|
|
|
image = "efi-part/EFI"
|
|
|
|
}
|
|
|
|
|
|
|
|
file Image {
|
|
|
|
image = "Image"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
size = 64M
|
2021-05-12 20:36:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
image disk.img {
|
2021-11-07 03:43:05 +01:00
|
|
|
hdimage {
|
|
|
|
gpt = true
|
|
|
|
}
|
2021-05-12 20:36:44 +02:00
|
|
|
|
2021-11-07 03:43:05 +01:00
|
|
|
partition boot {
|
|
|
|
partition-type = 0xEF
|
|
|
|
image = "efi-part.vfat"
|
|
|
|
}
|
2021-05-12 20:36:44 +02:00
|
|
|
|
2021-11-07 03:43:05 +01:00
|
|
|
partition root {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext2"
|
|
|
|
}
|
2021-05-12 20:36:44 +02:00
|
|
|
}
|