git: bba6249ae984 - main - amd64 MINIMAL config: remove statements about UFS module
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 May 2023 15:30:18 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=bba6249ae9848b97d351ce04061c06d5e8ad8f9d
commit bba6249ae9848b97d351ce04061c06d5e8ad8f9d
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-06 20:01:45 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-05-09 15:30:07 +0000
amd64 MINIMAL config: remove statements about UFS module
All UFS options work for ufs.ko.
Reviewed by: emaste, imp
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D39990
---
sys/amd64/conf/MINIMAL | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
index 7a3a6a61df8d..8a17bf50a6ec 100644
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -6,8 +6,6 @@
# modules.
#
# Exceptions:
-# o While UFS is buildable as a module, the current module lacks
-# some features (ACL, GJOURNAL) that GENERIC includes.
# o (non-loaded) random is included due to uncertainty...
# o Many networking things are included
#