git: bbeb2b15be - main - 13.2R/relnotes: note 2411090f6940 for zfskeys
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Apr 2023 01:37:58 UTC
The branch main has been updated by grahamperrin: URL: https://cgit.FreeBSD.org/doc/commit/?id=bbeb2b15be2cb6c31b67fbfd71c1bcc81cfe0a26 commit bbeb2b15be2cb6c31b67fbfd71c1bcc81cfe0a26 Author: Graham Perrin <grahamperrin@FreeBSD.org> AuthorDate: 2023-04-11 01:30:15 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-04-11 01:30:15 +0000 13.2R/relnotes: note 2411090f6940 for zfskeys Note: 2411090f6940 zfskeys: Support autoloading of keys stored on ZFS Whilst here, change the example gitref to be twelve characters long: 1234567890ab Reviewed by: karels Approved by: karels, re (gjb) Differential revision: https://reviews.freebsd.org/D39172 --- website/content/en/releases/13.2R/relnotes.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/en/releases/13.2R/relnotes.adoc b/website/content/en/releases/13.2R/relnotes.adoc index b8a56b83a8..2595908256 100644 --- a/website/content/en/releases/13.2R/relnotes.adoc +++ b/website/content/en/releases/13.2R/relnotes.adoc @@ -112,13 +112,16 @@ This section covers changes and additions to userland applications, contributed // SAMPLE ENTRY: // A new man:rc.conf[5] variable has been added, `linux_mounts_enable`, which controls if Linux(R)-specific filesystems are mounted in [.filename]#/compat/linux# if `linux_enable` is set to `YES`. -// gitref:1234567abc[repository=src] (Sponsored by The FreeBSD Foundation) +// gitref:1234567890ab[repository=src] (Sponsored by The FreeBSD Foundation) The man:growfs[7] startup script will now add a swap partition while expanding the root file system if possible, and if one did not previously exist. This is primarily useful when installing on an SD card using a raw image. A new man:rc.conf[5] variable has been added, `growfs_swap_size`, which can control the addition if necessary. See man:growfs[7] for details. +The `zfskeys` startup script supports autoloading of keys stored on ZFS. +gitref:2411090f6940[repository=src] (Sponsored by Klara Inc.) + A new RC script, `zpoolreguid` has been added, which will assign a new GUID to one or more zpools, useful for virtualization environments when sharing datasets. The `hostid` startup script will now generate a random (version 4) UUID if there is no [.filename]#/etc/hostid# file and no valid UUID from hardware.