Date: Tue, 13 Dec 2022 14:56:29 GMT From: Mike Karels <karels@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8d0ed56646f0 - main - RELNOTES: Add mention of growfs addition of swap partition. Message-ID: <202212131456.2BDEuTdi062069@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/src/commit/?id=8d0ed56646f03c922c1ff76b07413de3f0b9d062 commit 8d0ed56646f03c922c1ff76b07413de3f0b9d062 Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2022-12-13 14:54:43 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2022-12-13 14:54:43 +0000 RELNOTES: Add mention of growfs addition of swap partition. As documented in growfs(7). --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index 3bcff8151390..8a51e2a772c2 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +4a30d7bb373c,d670a8f7c596,af01b4722577,4e240e55d818: + The growfs(7) script can now add a swap partition at the end of + the expansion area, and does so by default if there is no existing + swap. See growfs(7). + 86edb11e7491: llvm-objump is now always installed as objdump.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212131456.2BDEuTdi062069>