Date: Fri, 15 Aug 2025 14:20:41 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e7a766f9d0b1 - main - release: Enable nuageinit for BASIC-CI images Message-ID: <202508151420.57FEKfEH086882@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/src/commit/?id=e7a766f9d0b1f975864553d7d27bcbe808f04f91 commit e7a766f9d0b1f975864553d7d27bcbe808f04f91 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-08-15 13:15:43 +0000 Commit: Gleb Popov <arrowd@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508151420.57FEKfEH086882>