diff options
| author | Ricardo Branco <rbranco@suse.de> | 2026-02-08 12:41:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-02-08 16:44:42 +0000 |
| commit | be3962a383dbbbd6fef458879173f09dc2f2373d (patch) | |
| tree | 454096e2b182a3b715add7522a937c2e259baef2 | |
| parent | 5fec99caff3ac4f476bb88078ebf85fbecf6afb3 (diff) | |
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 <rbranco@suse.de>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2006
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/zfsboot | 2 |
1 files changed, 0 insertions, 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 |
