1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

[OVA] Fix boot offset

This commit is contained in:
j1nx
2023-08-21 09:35:07 +00:00
parent 445558b1cc
commit be589cb5a6

View File

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