From nobody Sat May 16 19:19:06 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 4gHv4w21Xtz6ctdB for ; Sat, 16 May 2026 19:19:12 +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 4gHv4v730Nz3PgX for ; Sat, 16 May 2026 19:19:11 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778959152; 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=xs/0+uxsG3xQ2ggyBApKDGUsdEHox4NqpxPib6pfmDo=; b=rVQbNfK9IimQKFSiJmO0TWd8MtELQbP95OnQHvLg1lekxY1r2pY+whBm08yjDlZfTx48Hz APHZVaRBSZkVBR4mni/ea/ljmZTdCyXL96O0RdeFJbFxaHunr0ANS6mX4jJuZOqEi9TPbo tt9s/Qd8el1ZLrkA2YWTpbVQinCLHRD9yRW0n2eFPb1FRxL4iTIWwTz8r1Wj06uWX0X/r5 tBPxqnYlzdFcva6cVRdakJxVHu8rSLKi7pXf4AG7yojX5BX/8/LM7BIwBFjqCPLpfTBjQv TzoYRDYak8UXW5mmzGKF4MAYu9NFEOfwTTRAhTb+ch9pRl+hqQVXL9X7rjEMvg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778959152; a=rsa-sha256; cv=none; b=jNGbXVX+lHZLaOcro9L2KTqR/cuvbjHSjTkWU+d/e12os9+Ra8WIGRJ65B2UlmDXTl4PJe g4+Pjnsl9aOmlKHYfeXglhNee6yaZEzFQggcNANflNJ5LJRTAAdT6fd5Pu8D2Yb8fTjzQJ K26dt5PXFXr1WI3R4ksxNH9k8Vb5Jns9pUOqs23xXy4PbDu44VtkR6h1NL4IDBDxp15jiX w7VEPEU2L00WLcJ7w++1fqUPhOeAq8mbyl/Y+cZkyCekMhAEtpCEXILoG7i9zfHaH+JHbt XmN6H+0EI/v0cxpPl6JuAqdA8xcKmdcxeUYiQpGscTbIEdF961E2woNtvfw2wQ== 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=1778959152; 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=xs/0+uxsG3xQ2ggyBApKDGUsdEHox4NqpxPib6pfmDo=; b=s/gCx6uKhUHyndsXfHBlYrcqeBFiRBpoIN+wRa8gB78rBDyEsFUOuiVuxW0sapFoXA9A6A NLDoTc8Wwi2ZS1CINQzzm2vwiDomZnJ+P9+izZRQsxdIbw5CT1NMUJNj3jrrvBz66FqJ2Y gqjP4FUXm2b6EHtpDAuf0EHOLAsuKovO8d0fuJVoOr2Wgy7zS0UzIztPeiIcFHkTQr/wBQ lsdELYJ8vbyP42oEVeNk/ctFMhxa5YQssH7xay2fT31Ko72y2WwWrim7SrpDO48xbS5drj 2rEY5vA6Yn8uCV/sqGzh//WFlbi1IwEY/eOS0Q3OUCqxEuk034LaTVa4exE/ZA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gHv4v4ZwWz16LT for ; Sat, 16 May 2026 19:19:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 31cbc by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 16 May 2026 19:19:06 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Colin Percival Subject: git: 61df4be487cf - main - EC2: Don't enable firstboot_pkgs in small flavour 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 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/main X-Git-Reftype: branch X-Git-Commit: 61df4be487cfbfd27b0959e1eb66ef0d8f84562f Auto-Submitted: auto-generated Date: Sat, 16 May 2026 19:19:06 +0000 Message-Id: <6a08c32a.31cbc.30915665@gitrepo.freebsd.org> The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=61df4be487cfbfd27b0959e1eb66ef0d8f84562f commit 61df4be487cfbfd27b0959e1eb66ef0d8f84562f Author: Colin Percival AuthorDate: 2026-05-16 18:58:13 +0000 Commit: Colin Percival CommitDate: 2026-05-16 19:18:52 +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". --- 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() {