From nobody Tue May 19 00:42:56 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 4gKG9X3Wdvz6d7vR for ; Tue, 19 May 2026 00:42:56 +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 4gKG9X31dMz4CvJ for ; Tue, 19 May 2026 00:42:56 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779151376; 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=Rxoyyav/N7GsqDMoEmnYWzQwR1nTmsXeOPbbkFRiiPg=; b=M2Ev6qF6NrFaqCoHakHr/GcOW6trObcpE70V2gWv8OSIO+e1bchlH+pg89KpbcEM/m5VIc 9yYxpRatCH/EbxVZPtGM+dL4tqVCOcX4kDzuTRNtyJ5FfdphjRBRR03qAH8B74w+xRgENA dIURoPplTIk9aMnalJnmCLKwjP+2j/Idh75II7deudwSKV/O6IjDmgYcwtNFLB/nFfBhnm lZFoFErYffpVXhqyFEFdyG0MkaEaUWLAoLe0vmGUfu2PmhEHmfXPBABKcauiRz9QHqZoYY xidRfePVBf+2n8JxFcrpJyqqKkFLUpp6HwDRWdWvZuo8+hw+mFejRFIRgeLILg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779151376; a=rsa-sha256; cv=none; b=OQ/nWozLudwDznNUzFkgVD8nRcw2NTQ412/wokD+DZt+0DpZwuss0jM0pq7f9oBRtg/1Qk 3Yb1nIIVcluK1DIoNAH7KtQp1ZyGJvEayXRWeV55ZlJFye+CrAgC+LwM74frB8D3xF7+DA 91v9Y42SpYEIWozScpex7YaZr5CXhdrHJTWQ9j/kp4u/hhjhjmVwFZNEt+lvxqL3mXxm7i P5N7XE6qWoSmeRW6qPu6gZVrcw+zomlXwoOkO3e8mAbf32Eu7IgcAiMtqBkXUeIIAxUTld dhWPVnY/3XkvD0mGJLPbAaBpXXCgo+YFXQuh7n2iuwCU8fctNcGcBEhVnqEQmg== 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=1779151376; 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=Rxoyyav/N7GsqDMoEmnYWzQwR1nTmsXeOPbbkFRiiPg=; b=tCFC76W4TBXF8awG9G46tU1viBVUBYcc2C6w61wQHXhFAZdJ00r13Ri4Zelgvo6xmDaU83 anrQvkxsqlxhZ/Jl5AMRtzQs49k0zhBbmOlMhu/WtsrghzZxkKCPuEHXiEAzLVNNfgJ2tZ 2VfnhHI9M5ezGY+za5yA4M558ke0ngOB49JAOGpXLZH8nhrmm+Xa7owEhXeYRV+y6pZ7yo /zXakvCWmQWS8PJeps/gxwigLCdLz2tEX3GSB/IWOmTpowj/qH4wEDM2wdQN1aZbfo42RY qQHKacOF61ZyA0607fxQVVRj7m6zPQNocI9RjQpT5e0tJEW8bCVX7O6IZER+Rw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gKG9X2YKZzs2g for ; Tue, 19 May 2026 00:42:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 245fd by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 19 May 2026 00:42:56 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Colin Percival Subject: git: a9e71a2e1ade - stable/15 - EC2: Don't enable firstboot_pkgs in small flavour 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cperciva X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: a9e71a2e1ade6f0ce4a59f3a1a2153e1c0eb29b0 Auto-Submitted: auto-generated Date: Tue, 19 May 2026 00:42:56 +0000 Message-Id: <6a0bb210.245fd.1004e4e6@gitrepo.freebsd.org> The branch stable/15 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=a9e71a2e1ade6f0ce4a59f3a1a2153e1c0eb29b0 commit a9e71a2e1ade6f0ce4a59f3a1a2153e1c0eb29b0 Author: Colin Percival AuthorDate: 2026-05-16 18:58:13 +0000 Commit: Colin Percival CommitDate: 2026-05-19 00:42:30 +0000 EC2: Don't enable firstboot_pkgs in small flavour The EC2 "base" flavour installs the devel/py-awscli package at boot time by default; we don't do this in the "small" flavour, so the default behaviour was to update the FreeBSD-ports repository and then do nothing with it. Turn off firstboot_pkgs by default; if someone is using the "small" flavour of AMIs and wants to install packages at instance launch time, they simply need to add 'firstboot_pkgs_enable="YES"' to /etc/rc.conf (which they must already be editing via user-data, in order to provide the list of packages they want installed). Sponsored by: Amazon MFC after: 3 days MFC to: stable/15 Relnotes: EC2 "small" images now have firstboot_pkgs_enable="NO". (cherry picked from commit 61df4be487cfbfd27b0959e1eb66ef0d8f84562f) --- release/tools/ec2-small.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/tools/ec2-small.conf b/release/tools/ec2-small.conf index f5904d5ea4ba..6da4444bc835 100644 --- a/release/tools/ec2-small.conf +++ b/release/tools/ec2-small.conf @@ -33,7 +33,7 @@ export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} ec2-scripts \ # Services to enable in rc.conf(5). export VM_RC_LIST="${VM_RC_LIST} ec2_configinit ec2_ephemeral_swap \ - ec2_fetchkey ec2_loghostkey firstboot_pkg_upgrade firstboot_pkgs \ + ec2_fetchkey ec2_loghostkey firstboot_pkg_upgrade \ growfs sshd" vm_extra_pre_umount() {