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 {
|
2021-12-19 15:20:33 +01:00
|
|
|
partition-table-type = "gpt"
|
2021-11-07 03:43:05 +01:00
|
|
|
}
|
2021-05-12 20:36:44 +02:00
|
|
|
|
2021-11-07 03:43:05 +01:00
|
|
|
partition boot {
|
|
|
|
image = "efi-part.vfat"
|
2022-01-02 17:54:31 +01:00
|
|
|
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
|
|
|
offset = 32K
|
|
|
|
bootable = true
|
2021-11-07 03:43:05 +01:00
|
|
|
}
|
2021-05-12 20:36:44 +02:00
|
|
|
|
2021-11-07 03:43:05 +01:00
|
|
|
partition root {
|
2022-01-02 17:54:31 +01:00
|
|
|
partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae
|
2021-11-07 03:43:05 +01:00
|
|
|
image = "rootfs.ext2"
|
|
|
|
}
|
2021-05-12 20:36:44 +02:00
|
|
|
}
|