git: 1186ef86c3e1 - main - RELNOTES: add note about moving /usr/home to /home
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 May 2023 15:32:22 UTC
The branch main has been updated by karels:
URL: https://cgit.FreeBSD.org/src/commit/?id=1186ef86c3e18c7ed7e458260b73794c60aad7a1
commit 1186ef86c3e18c7ed7e458260b73794c60aad7a1
Author: Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-05-24 12:03:35 +0000
Commit: Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-05-24 15:32:07 +0000
RELNOTES: add note about moving /usr/home to /home
Document change to pw and hence bsdinstall.
---
RELNOTES | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index 2046e1f3c60f..99a37fe20732 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,14 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+bbb2d2ce4220:
+ Change pw (hence bsdinstall) not to move /home to /usr/home.
+ Previously, when creating the path to home directories, pw
+ would move any path in the root directory under /usr, creating
+ a symlink in root. In particular, the default /home would become
+ /usr/home. Now /home is at the top level by default. /usr/home
+ can be used explicitly.
+
3416e102c4e9:
Remove TI code from armv7 GENERIC kernel.
This code doesn't cope with newer DTS and hasn't in a long time so