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:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user