Interesting, thank you for sharing this.
BlendIT BSD Cafe - FreeBSD
Welcome to the "FreeBSD" community at the BSD Cafe BlendIT server!
Join us in our bustling virtual cafe, where we savor the finest virtual pastries and discuss all things FreeBSD. We're thrilled to have you here, and we hope this place becomes your go-to spot for all matters concerning FreeBSD. Whether you're a seasoned FreeBSD enthusiast, a curious newcomer, or simply intrigued by the world of BSD operating systems, this space is open for discussions, questions, and knowledge exchange. Feel free to introduce yourself, pose questions, share your experiences, or engage in conversations about FreeBSD's robustness, performance, and its thriving community. We foster a warm and respectful environment where everyone can learn and contribute. So, take a seat in our bustling cafe, treat yourself to a virtual pastry, and let's dive into the exciting world of FreeBSD together! Your insights and questions are highly valued, and we eagerly anticipate enlightening conversations within this community.
At https://www.freebsdmall.com/cgi-bin/fm/bsddvd14.1:
… How to install packages from the disc: …
Plus, there's a simpler, three-step routine if using the medium (not necessarily a disc) after installation of the OS – before exiting the installer.
- In the Manual Configuration dialogue, choose Yes
/bin/csh
setenv REPOS_DIR /dist/packages/repos
– then use pkg
commands as normal.
You'll have the DVD repo alone – with an archaic name, FreeBSD_install_cdrom
– none of the online repos. This offline repo includes things such as graphics/drm-515-kmod, but not things such as x11/nvidia-driver. We can't have everything offline in this way, DVD image space is constrained.
When you want no more from the offline DVD repo:
exit
– then, if an Internet connection was gained during installation, online repos will be available.