git: 066d2b67be7f - stable/13 - amd64 MINIMAL: remove UFS from compiled-in list

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sat, 13 May 2023 00:54:23 UTC
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=066d2b67be7f70498b8c30cd396fe5a6b3e7555b

commit 066d2b67be7f70498b8c30cd396fe5a6b3e7555b
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-06 20:02:34 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-05-13 00:53:45 +0000

    amd64 MINIMAL: remove UFS from compiled-in list
    
    (cherry picked from commit 0c1c5e36ebbb7e30a5e57a044a20ea2c4f7cf793)
---
 sys/amd64/conf/MINIMAL | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
index 64b8608594c6..c00348e9ddc3 100644
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -41,7 +41,6 @@ options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
 options 	TCP_OFFLOAD		# TCP offload
 options 	SCTP_SUPPORT		# Allow kldload of SCTP
-options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support
 options 	UFS_ACL			# Support for access control lists
 options 	UFS_DIRHASH		# Improve performance on big directories