Trick to fix PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262262.
Problem: After installation restart dhclient does not rebuild resolv.conf so "[bsd]dialog --mixedgaude" in bsdinstall/scripts/netconfig draws empty forms.
To reproduce:
- FreeBSD-14 CURRENT
- boot from the installer
- begin installation
- choose optional system components to install
- configure networking (IPv4, DHCP, not IPv6)
- observe the resolver configuration with automatically completed entries
- choose [Cancel] without partitioning
- choose [Restart]
- .... Installation...
- configure networking
- PR: "resolver configuration is not automated"
To fix: just adding "ifconfig interface down" before to run dhclient.