From nobody Fri May 1 15:13:27 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g6ZLH4X9Nz6bcmh for ; Fri, 01 May 2026 15:13:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g6ZLH1ldRz3f7x for ; Fri, 01 May 2026 15:13:27 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777648407; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Lk+x9qGNJoEaKz8wxadUC2W2ZwL9/0T0jUwggDli3x0=; b=G2rKviNPR671mkyf+uChTDJmzCbfa9JriOxPZSDoRpwbmC6CM5RWFNbaJdpFq4EdXCVefc /QuImCp1tWBO+WtwYnhz4l6SiBlAwyDNTIBKGwQyQJhi6Vn3awxdSVPc7ARo1XUstCkrFk 9BOSelm7vYxUETWw0aTR/bSzNv++whInHGfQKobUFvW2dSAHW7DYfF8FYalP3ZWA1vd7C5 esZ8Q7UJv8TVi7e1JBQZd1GMyEwXSf1Be+WTGYsyv3X+fK+ObB+K1cB6mfyfDrQcdYIrdu 4ELf0M3O5qbOKBPNAiuwbG61D3kKxKHfXyprlnU9yaHoEQ0f+p7J/r5NVyJIeA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777648407; a=rsa-sha256; cv=none; b=BNKA7e3r3NStj9amFGB59nfiCCXY1134Rpq868YsgVj/4o0l20fx0WzHcY6Tp8xfML3GfB YNmAO5Ohqko9neX+YFHLV6DT4P62lc2W0FjDNtcYfEZVSINy2JKRkH8YPlrQ1oZ131ylO9 qcPjVxIZV/NCJYhPyTIFDhcGWOyhTBL0SktFSViuAOEguasmAQrTv+in2jrc8UGBTGDN+t yFHnNca+euwu9N6TOT9vugUypQFW7iQ2X/gBgiXa1lmFsg679zzxiX4Kz6BxrzbfNd0AZh Qt6y5ZcNoQB7LfhoOEn4QH7oDKKFUH36NzNC8O5nhYSmyCZdS8aUS6H9k9dHLA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777648407; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Lk+x9qGNJoEaKz8wxadUC2W2ZwL9/0T0jUwggDli3x0=; b=tAzazQ1Xq8bDGr/2yZwoDDQOVfODhgJW86jzZlSrePmYeCzKKLU92+o17Z/DMxrBG1TRi1 8iC9uXPOV6H+ZOG7fpoEvdnHlPYw6kAJQHpVarwhgY992M/pDDudfhYOq6XwUpdRcR3pzc 9Jk0A9B/xou75UhetlTfjcRzV+PAEAE7MyxR+xMMezB23C6MrtT1KTEM37ULCNmro3dd/u TZrdaBrA483QUkpSrG6qBoh/YbwihrOyI9+fntuPrRJpMvKdDlJa7V8VD2KBQgzeERlyGV jy15sGitPga9f3nNHnOlMkz28OxzlEJxfaKxZxIMVng7Fi998a4X1kweuJANZA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g6ZLH0pZxz13vh for ; Fri, 01 May 2026 15:13:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 19f4d by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 01 May 2026 15:13:27 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alexander Ziaee Subject: git: 5702d242429f - stable/15 - bsdinstall: Improve auto-partition message List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 5702d242429f1f791e05a720a9a411b1e64212dc Auto-Submitted: auto-generated Date: Fri, 01 May 2026 15:13:27 +0000 Message-Id: <69f4c317.19f4d.6785b2c8@gitrepo.freebsd.org> The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=5702d242429f1f791e05a720a9a411b1e64212dc commit 5702d242429f1f791e05a720a9a411b1e64212dc Author: Alexander Ziaee AuthorDate: 2026-04-28 16:59:19 +0000 Commit: Alexander Ziaee CommitDate: 2026-05-01 15:13:02 +0000 bsdinstall: Improve auto-partition message Manually tuning ZFS for systems with <8GB ram hasn't been necessary at least since the switch to OpenZFS. We have users reporting using 1GB RAM with no manual tuning/issues. Further, the page this links to is a stale wiki page, which is causing complaints. Remove this misleading note and replace it with a similar message for UFS. While here, reword that note to be a bit clearer. PR: 287719 MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D50971 (cherry picked from commit 5ed26c21e4ff1d478d4611abbf3dc14cc1b77244) --- usr.sbin/bsdinstall/scripts/auto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index 2204b33ae105..5017fe15d826 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -50,10 +50,10 @@ msg_abort="Abort" msg_an_installation_step_has_been_aborted="An installation step has been aborted. Would you like\nto restart the installation or exit the installer?" msg_auto_ufs="Auto (UFS)" msg_auto_ufs_desc="Guided UFS Disk Setup" -msg_auto_ufs_help="Menu options help choose which disk to setup using UFS and standard partitions" +msg_auto_ufs_help="Choose which disk to setup using UFS and standard partition layout" msg_auto_zfs="Auto (ZFS)" msg_auto_zfs_desc="Guided Root-on-ZFS" -msg_auto_zfs_help="To use ZFS with less than 8GB RAM, see https://wiki.freebsd.org/ZFSTuningGuide" +msg_auto_zfs_help="Choose which disk to setup using ZFS and standard partition layout" msg_exit="Exit" msg_freebsd_installer="$OSNAME Installer" msg_gpt_active_fix="Your hardware is known to have issues booting in CSM/Legacy/BIOS mode from GPT partitions that are not set active. Would you like the installer to apply this workaround for you?"