git: 3e8619e535b6 - main - bsdinstall: Create separate datasets for directories in /usr/ports

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 10 Jan 2026 05:05:50 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=3e8619e535b61c99f0dc50cc6c7e237eb82a8be7

commit 3e8619e535b61c99f0dc50cc6c7e237eb82a8be7
Author:     Ricardo Branco <rbranco@suse.de>
AuthorDate: 2025-10-12 10:32:02 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-01-10 05:05:37 +0000

    bsdinstall: Create separate datasets for directories in /usr/ports
    
    Both distfiles & packages contain compressed files.
    
    Signed-off-by: Ricardo Branco <rbranco@suse.de>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1873
---
 usr.sbin/bsdinstall/scripts/zfsboot | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot
index a4c9220a709c..f958f2e47ca8 100755
--- a/usr.sbin/bsdinstall/scripts/zfsboot
+++ b/usr.sbin/bsdinstall/scripts/zfsboot
@@ -160,6 +160,8 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS="
 
 	# Ports tree
 	/usr/ports	setuid=off
+	/usr/ports/distfiles	compress=off
+	/usr/ports/packages	compress=off
 
 	# Source tree
 	/usr/src