From nobody Tue Apr 28 17:02:09 2026 X-Original-To: dev-commits-src-all@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 4g4mv56Rmnz6bmn7 for ; Tue, 28 Apr 2026 17:02:09 +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 4g4mv54jJWz3b7N for ; Tue, 28 Apr 2026 17:02:09 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777395729; 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=18vgU62GzudAyty+z5IHGeUuRXLrh2LY7/6Enrla1Ug=; b=qQBM6QWcZ6+zcRQqQsh2nU4gRCevC8vNnNNXuV6Kyrm31oA7zCAcaR142p4h+IMpovXOyN P2OeYEbIkw8UhPoI+JrFl2oNPL0o83wZLj+Emr/G6vp64l55zaCe6pJoa+L1GRDKucHkDz jwp72LwSgyZeM82N0uGXPSZtD2yYclDUmxIF01MD/VkAEC4QTwY62gX0Gt3dTDY5bUOeYe 2fgDUxLmVIlrMKamULpaxwiM9fVLfS86sfTyh3YDNx0BdnIgrnac2GvlypItXs53SX5PS6 tenvvgPzW4PzyfHGomt7SgOs/J223FdZIaMkM0YFqaHs52hJej497/9Q7VS6qw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777395729; a=rsa-sha256; cv=none; b=I0EbUn3oVwsIFieeU6rd+eykuUMJJmXIqiiVpHZuVUuf/cEeTO+xUQW2lU8oI7J0d6a2Z2 KCCwRIiO6mIxSgpSKBI65rJ5b4xw8wLP7jsFqf+iAC+x92o1P+R2Xh10pI4Vw0PUfQZX96 XxhgeP3QsS757dQU0p3vCyNDM+dtEdr1MQZCkNmSH1FEMOKDPVtQ7rMoLDiJWO+Jh/2w/s JLE4CcGJ5+fESLA4UQyan7Cc32wKxqt6bLtrK/PZvorqRzIcH45urDK01Jq6zaWbI792rh LjR0Lqq3fewqklY+g+iXTB8hxN4rga7Zd9t5eT/AFqDc0QVlyqkVF6jveYJoYA== 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=1777395729; 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=18vgU62GzudAyty+z5IHGeUuRXLrh2LY7/6Enrla1Ug=; b=FTbQF9SidXretmfNWXtlwIZUrGJSnpY1Lna2q9erMULX1fpogrd31wU7EzHQNBnJBA/Zv4 T6CgNcYfyaakX8jyVSlr8/2xyxkE6Ec6EX+nXPNZQvFjOb1fRkgydILwWoXwqtsl6j9xy0 mq5snGnwNEr8qwEajvZ7fUhX5Zw55skfZbZbQ94YM7Grg5lorTF1gN6eH6JJkAtR0x9hoG eqtyWbEZW0ZrelBKZ7dIqrmwNrtKGwLCk2kVH8GibBGTfGmhVJoCuVD6aW/TTgowpX2e2k NDDc2KxzJxPEDiXhKgAU/oLzROzvOqxp4QsPpo4hgq49rY/iDNUc1P+2pCFJ3Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g4mv54Dfgz12n0 for ; Tue, 28 Apr 2026 17:02:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1bf81 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 28 Apr 2026 17:02:09 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alexander Ziaee Subject: git: 5ed26c21e4ff - main - bsdinstall: Improve auto-partition message List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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/main X-Git-Reftype: branch X-Git-Commit: 5ed26c21e4ff1d478d4611abbf3dc14cc1b77244 Auto-Submitted: auto-generated Date: Tue, 28 Apr 2026 17:02:09 +0000 Message-Id: <69f0e811.1bf81.8cbd502@gitrepo.freebsd.org> The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=5ed26c21e4ff1d478d4611abbf3dc14cc1b77244 commit 5ed26c21e4ff1d478d4611abbf3dc14cc1b77244 Author: Alexander Ziaee AuthorDate: 2026-04-28 16:59:19 +0000 Commit: Alexander Ziaee CommitDate: 2026-04-28 16:59:34 +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 --- 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 e9d6da149a85..ca0561daac1a 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?"