Musings of a fool.

How to install applications from the FreeBSD DVD.

FreeBSD
With DVD in drive:
mkdir -p /dist mount -t cd9660 /dev/cd0 /dist
To view all DVD packages require pkg update. Simply install something, and the system will update itself:
env REPOSDIR=/dist/packages/repos pkg rquery ā€œ%nā€`
Install Something:
env REPOS
DIR=/dist/packages/repos pkg install xorg