git: 73aca6ba7ed7 - stable/15 - ec2-desktop: Don't enable firstboot_pkgs

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Wed, 23 Sep 2026 18:36:54 UTC
The branch stable/15 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=73aca6ba7ed791ad1c83e536f4f2984b18c848f3

commit 73aca6ba7ed791ad1c83e536f4f2984b18c848f3
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-09-20 01:07:49 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-09-23 18:36:28 +0000

    ec2-desktop: Don't enable firstboot_pkgs
    
    We don't have any packages to install by default when the instance
    first boots, so (as with the "small" flavour) don't enable the
    firstboot_pkgs script.  If someone wants to launch a desktop with
    packages autoinstalled at first boot, they can enable the script at
    the same time as they provide the list of packages.
    
    Sponsored by:   Amazon
    
    (cherry picked from commit eca31490322f181a415c14c6bf03e656e81fb4aa)
---
 release/tools/ec2-desktop.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/tools/ec2-desktop.conf b/release/tools/ec2-desktop.conf
index c60ab7bf2ad7..67087ed19c31 100644
--- a/release/tools/ec2-desktop.conf
+++ b/release/tools/ec2-desktop.conf
@@ -24,7 +24,7 @@ export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} amazon-ssm-agent ec2-scripts \
 # Services to enable in rc.conf(5).
 export VM_RC_LIST="${VM_RC_LIST} ec2_configinit ec2_ephemeral_swap \
     ec2_fetchkey ec2_setpass ec2_loghostkey firstboot_pkg_upgrade \
-    firstboot_pkgs growfs growfs_postboot sshd dbus xrdp xrdp_sesman"
+    growfs growfs_postboot sshd dbus xrdp xrdp_sesman"
 
 vm_extra_pre_umount() {
 	# Limit firstboot_pkg_upgrade to the base system.