git: a465a52e8092 - stable/13 - releng-gce: Advertise the availability of UEFI support in GCE images.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 07:23:19 UTC
The branch stable/13 has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=a465a52e80922510cb4ab493f29b51055ca78bf8 commit a465a52e80922510cb4ab493f29b51055ca78bf8 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2024-01-27 03:09:39 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2024-01-30 07:23:06 +0000 releng-gce: Advertise the availability of UEFI support in GCE images. The amd64 and arm64 images supported UEFI, mark it as so users can take advantage of UEFI boot on GCE. This is already done on FreeBSD 14.0-RELEASE but never codified into the release tools (and should). PR: conf/276532 Reviewed by: lwhsu Differential Revision: https://reviews.freebsd.org/D43557 (cherry picked from commit 72dd306e44bc531fa723f4cdb631cb63cc5f09cb) --- release/Makefile.gce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile.gce b/release/Makefile.gce index c0b4985937a0..ea5daf290e3c 100644 --- a/release/Makefile.gce +++ b/release/Makefile.gce @@ -72,7 +72,7 @@ gce-do-upload: gs://${GCE_BUCKET}/ /usr/local/bin/gcloud compute images create ${GCE_TARGET} \ --family=${GCE_FAMILY}${GCE_FAMILY_SUFX} ${GCE_LICENSE} \ - --guest-os-features=GVNIC \ + --guest-os-features=GVNIC,UEFI_COMPATIBLE \ --source-uri gs://${GCE_BUCKET}/${GCE_TARGET}.tar.gz touch ${.OBJDIR}/${.TARGET}