The branch main has been updated by arrowd:

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

commit e7a766f9d0b1f975864553d7d27bcbe808f04f91
Author:     Gleb Popov <arr...@freebsd.org>
AuthorDate: 2025-08-15 13:15:43 +0000
Commit:     Gleb Popov <arr...@freebsd.org>
CommitDate: 2025-08-15 14:20:27 +0000

    release: Enable nuageinit for BASIC-CI images
    
    Approved by:    manu
    Differential Revision: https://reviews.freebsd.org/D51917
---
 release/tools/basic-ci.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/tools/basic-ci.conf b/release/tools/basic-ci.conf
index 12c9abb15fb1..4bcb87aec791 100644
--- a/release/tools/basic-ci.conf
+++ b/release/tools/basic-ci.conf
@@ -6,7 +6,7 @@
 export VMSIZE=5g
 
 # Set to a list of third-party software to enable in rc.conf(5).
-export VM_RC_LIST="sshd growfs"
+export VM_RC_LIST="sshd growfs nuageinit"
 
 vm_extra_pre_umount() {
        cat << EOF >> ${DESTDIR}/etc/rc.conf

Reply via email to