From 0c1c5e36ebbb7e30a5e57a044a20ea2c4f7cf793 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 6 May 2023 23:02:34 +0300 Subject: [PATCH] amd64 MINIMAL: remove UFS from compiled-in list Reviewed by: emaste, imp Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D39990 --- sys/amd64/conf/MINIMAL | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL index 8a17bf50a6ec..574892980a8e 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