| commit | 2b9a0a0fcf0aeece55ba8792a22cfa42733823c0 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Wed Jul 09 07:54:12 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Wed Jul 09 14:53:49 2025 +0000 |
| tree | b8694b0d0224bcdc37238306e00e68bf261bd71d | |
| parent | 10d47cc2d5d64f2a0b0e9a70b7ce09a306a14c37 [diff] [blame] |
treewide: remove build_static_transition We now build everything statically on Linux. This means we don't need the build_static_transition anymore, as it has become a no-op. Change-Id: Id6b978daf09bf3e8e252d00da3795909d7ce3b75 Reviewed-on: https://review.monogon.dev/c/monogon/+/4414 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
diff --git a/metropolis/node/core/update/update.go b/metropolis/node/core/update/update.go index d37bb38..66e7501 100644 --- a/metropolis/node/core/update/update.go +++ b/metropolis/node/core/update/update.go
@@ -424,7 +424,7 @@ return nil } -//go:embed metropolis/node/abloader/abloader_bin.efi +//go:embed metropolis/node/abloader/abloader.efi var abloader []byte func (s *Service) fixupPreloader() error {