Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2025 15:23:16 GMT
From:      Michael Osipov <michaelo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7f14cf603e9b - stable/13 - bsdinstall: Drop outdated comments about ZFS dataset compression
Message-ID:  <202509121523.58CFNG3v004012@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by michaelo:

URL: https://cgit.FreeBSD.org/src/commit/?id=7f14cf603e9b312917e149386a8654bf105b04d8

commit 7f14cf603e9b312917e149386a8654bf105b04d8
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-08-31 10:10:48 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2025-09-12 15:22:52 +0000

    bsdinstall: Drop outdated comments about ZFS dataset compression
    
    All datasets on zroot pool are compressed by default since FreeBSD 11.0 [1],
    no need to mention that on some specific datasets these days.
    
    [1] 47206692f2cca020891d1eec5028e02c3e6f56c5
    
    Reviewed by:    jrm (mentor), ziaee
    MFC after:      3 days
    Differential Revision:   https://reviews.freebsd.org/D52304
    
    (cherry picked from commit f304c5bb8be65df83b86f8a50e1c7982b266262d)
---
 usr.sbin/bsdinstall/bsdinstall.8    | 4 ++--
 usr.sbin/bsdinstall/scripts/zfsboot | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8
index 7862cc241a10..05176b04b872 100644
--- a/usr.sbin/bsdinstall/bsdinstall.8
+++ b/usr.sbin/bsdinstall/bsdinstall.8
@@ -640,7 +640,7 @@ is:
 /$ZFSBOOT_BEROOT_NAME				mountpoint=none
 /$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME	mountpoint=/
 
-# Compress /tmp, allow exec but not setuid
+# Create /tmp and allow exec but not setuid
 /tmp		mountpoint=/tmp,exec=on,setuid=off
 
 # Do not mount /usr so that 'base' files go to the BEROOT
@@ -652,7 +652,7 @@ is:
 # Ports tree
 /usr/ports	setuid=off
 
-# Source tree (compressed)
+# Source tree
 /usr/src
 
 # Create /var and friends
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot
index 975b5c2b6cc5..aa0c2648911f 100755
--- a/usr.sbin/bsdinstall/scripts/zfsboot
+++ b/usr.sbin/bsdinstall/scripts/zfsboot
@@ -144,7 +144,7 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS="
 	/$ZFSBOOT_BEROOT_NAME				mountpoint=none
 	/$ZFSBOOT_BEROOT_NAME/$ZFSBOOT_BOOTFS_NAME	mountpoint=/
 
-	# Compress /tmp, allow exec but not setuid
+	# Create /tmp and allow exec but not setuid
 	/tmp		mountpoint=/tmp,exec=on,setuid=off
 
 	# Don't mount /usr so that 'base' files go to the BEROOT
@@ -156,7 +156,7 @@ f_isset ZFSBOOT_DATASETS || ZFSBOOT_DATASETS="
 	# Ports tree
 	/usr/ports	setuid=off
 
-	# Source tree (compressed)
+	# Source tree
 	/usr/src
 
 	# Create /var and friends



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509121523.58CFNG3v004012>