Skip site navigation (1)Skip section navigation (2)
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/>

index | next in thread | previous in thread | raw e-mail

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

--- 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="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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273723-227-26jI7OC8qQ>