The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=be3962a383dbbbd6fef458879173f09dc2f2373d
commit be3962a383dbbbd6fef458879173f09dc2f2373d Author: Ricardo Branco <[email protected]> AuthorDate: 2026-02-08 12:41:04 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2026-02-08 16:44:42 +0000 Revert "bsdinstall: Create separate datasets for directories in /usr/ports" This reverts commit 3e8619e535b61c99f0dc50cc6c7e237eb82a8be7. While it's generally a good idea to have separate datasets for things like this, it breaks git clone with: fatal: destination path 'ports' already exists and is not an empty directory. Signed-off-by: Ricardo Branco <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/2006 --- usr.sbin/bsdinstall/scripts/zfsboot | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index f958f2e47ca8..a4c9220a709c 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -160,8 +160,6 @@ 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
