2019-08-07 15:54:57 +02:00
|
|
|
image efi-part.vfat {
|
2021-11-07 03:43:00 +01:00
|
|
|
vfat {
|
|
|
|
file EFI {
|
|
|
|
image = "efi-part/EFI"
|
|
|
|
}
|
|
|
|
|
|
|
|
file bzImage {
|
|
|
|
image = "bzImage"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
size = 16352K # 16MB - 32KB
|
2019-08-07 15:54:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
image disk.img {
|
2021-11-07 03:43:00 +01:00
|
|
|
hdimage {
|
2021-12-19 15:20:33 +01:00
|
|
|
partition-table-type = "gpt"
|
2021-11-07 03:43:00 +01:00
|
|
|
}
|
2019-08-07 15:54:57 +02:00
|
|
|
|
2021-11-07 03:43:00 +01:00
|
|
|
partition boot {
|
|
|
|
image = "efi-part.vfat"
|
2022-07-22 22:21:48 +02:00
|
|
|
partition-type-uuid = U
|
2021-11-07 03:43:00 +01:00
|
|
|
offset = 32K
|
|
|
|
bootable = true
|
|
|
|
}
|
2019-08-07 15:54:57 +02:00
|
|
|
|
2021-11-07 03:43:00 +01:00
|
|
|
partition root {
|
|
|
|
partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
|
|
|
|
partition-uuid = UUID_TMP
|
|
|
|
image = "rootfs.ext2"
|
|
|
|
}
|
2019-08-07 15:54:57 +02:00
|
|
|
}
|