https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273723

--- Comment #4 from Michal Nowak <[email protected]> ---
We likely have the same issue with FreeBSD 14.0 RC1 at
https://gitlab.isc.org/isc-projects/images/-/merge_requests/279.

The installer config is:
```
PARTITIONS="vtbd0"

#!/bin/sh -e

echo "vagrant" | pw usermod root -h 0
chsh -s /bin/sh root
sed -i -e "s|^#\(PermitRootLogin\) .*|\1 yes|" /etc/ssh/sshd_config

sysrc -f /boot/loader.conf autoboot_delay="-1"
sysrc -f /boot/loader.conf console=comconsole
sysrc hostname="freebsd.fqdn"
sysrc ifconfig_DEFAULT="DHCP"
sysrc sshd_enable="YES"

reboot
```

FreeBSD 13.2 and 12.4 install fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to