Date: Mon, 16 Oct 2023 15:56:56 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 273723] bsdinstall breaking auto install after f66a8328c Message-ID: <bug-273723-227-26jI7OC8qQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273723-227@https.bugs.freebsd.org/bugzilla/> References: <bug-273723-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273723 --- Comment #4 from Michal Nowak <mnowak@startmail.com> --- 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=3D"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=3D"-1" sysrc -f /boot/loader.conf console=3Dcomconsole sysrc hostname=3D"freebsd.fqdn" sysrc ifconfig_DEFAULT=3D"DHCP" sysrc sshd_enable=3D"YES" reboot ``` FreeBSD 13.2 and 12.4 install fine. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273723-227-26jI7OC8qQ>