Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Jan 7, 2025
1 parent beadf18 commit a88984f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion conf/freebsd-13.3-aarch64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
5 changes: 4 additions & 1 deletion conf/freebsd-13.4-aarch64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit a88984f

Please sign in to comment.