aboutsummaryrefslogtreecommitdiff
path: root/release/tools/basic-ci.conf
diff options
context:
space:
mode:
Diffstat (limited to 'release/tools/basic-ci.conf')
-rw-r--r--release/tools/basic-ci.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/tools/basic-ci.conf b/release/tools/basic-ci.conf
index 12c9abb15fb1..e235c03d39fe 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
@@ -30,7 +30,5 @@ PermitEmptyPasswords yes
UsePAM no
EOF
- touch_firstboot
-
return 0
}