diff --git a/conf/freebsd-13.3-aarch64.conf b/conf/freebsd-13.3-aarch64.conf index 05c939e..66111a8 100644 --- a/conf/freebsd-13.3-aarch64.conf +++ b/conf/freebsd-13.3-aarch64.conf @@ -21,7 +21,11 @@ VM_ARCH="aarch64" #use virsh console to build VM_USE_CONSOLE_BUILD=1 -VM_USE_CONSOLE_BUILD_SSH=1 + +#After install from the iso file file, and reboot the new vm, the vm doesn't output to the vnc conosole, it only outputs to serial port +#so, we can not use vnc console to initialize sshd settings(vncdotool to login and input). +#we use sshpass to login to the server to initialize sshd settings, with "VM_USE_CONSOLE_BUILD=1" +VM_NO_VNC_BUILD=1 diff --git a/conf/freebsd-13.4-aarch64.conf b/conf/freebsd-13.4-aarch64.conf index 6965d8c..201a30c 100644 --- a/conf/freebsd-13.4-aarch64.conf +++ b/conf/freebsd-13.4-aarch64.conf @@ -20,7 +20,10 @@ VM_PRE_INSTALL_PKGS="tree rsync" VM_ARCH="aarch64" #use virsh console to build VM_USE_CONSOLE_BUILD=1 -VM_USE_CONSOLE_BUILD_SSH=1 +#After install from the iso file file, and reboot the new vm, the vm doesn't output to the vnc conosole, it only outputs to serial port +#so, we can not use vnc console to initialize sshd settings(vncdotool to login and input). +#we use sshpass to login to the server to initialize sshd settings, with "VM_USE_CONSOLE_BUILD=1" +VM_NO_VNC_BUILD=1