Questions tagged [bsdinstall]
bsdinstall is used for installation of new FreeBSD systems, both for system setup from installation media, e.g., CD-ROMs, and for use on live systems to prepare VM images and jails.
1 question
1
vote
1
answer
306
views
Failing distribution checksum during FreeBSD automated install (bsdinstall)
I'm using the following installerconfig to automate the installation of FreeBSD (13.2-RELEASE):
export PARTITIONS=DEFAULT
export DISTRIBUTIONS="kernel.txz base.txz"
export HOSTNAME=freebsd
...