aboutsummaryrefslogtreecommitdiff
path: root/release/tools/basic-cloudinit.conf
diff options
context:
space:
mode:
Diffstat (limited to 'release/tools/basic-cloudinit.conf')
-rw-r--r--release/tools/basic-cloudinit.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/release/tools/basic-cloudinit.conf b/release/tools/basic-cloudinit.conf
index 98e11f0bb08b..621165ea1669 100644
--- a/release/tools/basic-cloudinit.conf
+++ b/release/tools/basic-cloudinit.conf
@@ -8,16 +8,17 @@ export CONFIG_DRIVE=YES
export CONFIG_DRIVE_SIZE=1M
# Packages to install into the image we're creating.
-# * firstboot-freebsd-update, to install security updates at first boot.
-export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} firstboot-freebsd-update"
+# * firstboot-pkg-upgrade, to install security updates at first boot.
+export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} firstboot-pkg-upgrade"
# Set to a list of third-party software to enable in rc.conf(5).
-export VM_RC_LIST="${VM_RC_LIST} firstboot_freebsd_update growfs sshd nuageinit"
+export VM_RC_LIST="${VM_RC_LIST} firstboot_pkg_upgrade growfs sshd nuageinit"
vm_extra_pre_umount() {
cat << EOF >> ${DESTDIR}/etc/rc.conf
dumpdev="AUTO"
ifconfig_DEFAULT="SYNCDHCP accept_rtadv"
+firstboot_pkg_upgrade_repos="FreeBSD-base"
# RSA host keys are obsolete and also very slow to generate
sshd_rsa_enable="NO"
EOF