about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorYang, Bo <yang-bo@yang-bo.com>2023-11-07 11:00:36 -0800
committerYureka <yuka@yuka.dev>2023-11-08 21:05:21 +0100
commitb5c2407d5676283e8b307f9be81fecf8f7fb6040 (patch)
treea2364c72cd2fdc382bdf2b0c034a22b90f138999 /nixos/doc
parent1ce985242c178a9fd27d11f070262ed9e5d2bece (diff)
downloadnixlib-b5c2407d5676283e8b307f9be81fecf8f7fb6040.tar
nixlib-b5c2407d5676283e8b307f9be81fecf8f7fb6040.tar.gz
nixlib-b5c2407d5676283e8b307f9be81fecf8f7fb6040.tar.bz2
nixlib-b5c2407d5676283e8b307f9be81fecf8f7fb6040.tar.lz
nixlib-b5c2407d5676283e8b307f9be81fecf8f7fb6040.tar.xz
nixlib-b5c2407d5676283e8b307f9be81fecf8f7fb6040.tar.zst
nixlib-b5c2407d5676283e8b307f9be81fecf8f7fb6040.zip
nixos/doc: release notes for `virtualisation.googleComputeImage.efi`
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 22bc4c31618e..2b45bbac8766 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -485,6 +485,8 @@ The module update takes care of the new config syntax and the data itself (user
   - `keepTerminfo` controls whether `TERMINFO` and `TERMINFO_DIRS` are preserved
     for `root` and the `wheel` group.
 
+- `virtualisation.googleComputeImage` now provides `efi` option to support UEFI booting.
+
 - CoreDNS can now be built with external plugins by overriding `externalPlugins` and `vendorHash` arguments like this:
 
   ```