| commit | 4b8882699a307857c52e2faa3d4dfa544b188cd1 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Tue May 13 09:12:03 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Mon Jun 16 15:41:59 2025 +0000 |
| tree | c6fcc0c145d95d9b5b86feb27a655c040f9dd8af | |
| parent | b86917b2bdb755de8106aea08841c914d52d3347 [diff] [blame] |
treewide: use architecture-specific UEFI boot path The default UEFI boot path depends on the architecture. This change is needed for aarch64 support. Change-Id: I69916ac5063e963b67ecdcdd814b0678c61da9fb Reviewed-on: https://review.monogon.dev/c/monogon/+/4195 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
diff --git a/metropolis/cli/takeover/install.go b/metropolis/cli/takeover/install.go index 1bd00e6..37068ed 100644 --- a/metropolis/cli/takeover/install.go +++ b/metropolis/cli/takeover/install.go
@@ -88,6 +88,7 @@ System: 4096, Data: 128, }, + Architecture: osImage.Config.ProductInfo.Architecture(), SystemImage: systemImage, EFIPayload: efiPayload, ABLoader: structfs.Bytes(abloader),