[OVA] Fix boot offset

This commit is contained in:
j1nx 2023-08-21 09:35:07 +00:00
parent 445558b1cc
commit be589cb5a6
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ image esp.vfat {
image = "efi-part/EFI" image = "efi-part/EFI"
} }
} }
size = 16M size = 16352K # 16MB - 32KB
} }
image overlayfs.ext4 { image overlayfs.ext4 {
@ -29,6 +29,7 @@ image disk.img {
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
bootable = "true" bootable = "true"
image = "esp.vfat" image = "esp.vfat"
offset = 32K
} }
partition rootfs-1 { partition rootfs-1 {