FreeBSD/i386 and FreeBSD/amd64 12.2-RELEASE DVD (double sided):
Some of the highlights:
-
Updates to the wireless networking stack and various drivers have been introduced to provide better 802.11n and 802.11ac support.
-
The ice(4) driver has been added, supporting Intel(R) 100Gb ethernet cards.
-
The jail(8) utility has been updated to allow running Linux(R) in a jailed environment.
-
OpenSSL has been updated to version 1.1.1h.
-
OpenSSH has been updated to version 7.9p1.
-
The clang, llvm, lld, lldb, compiler-rt utilities and libc++ have been updated to version 10.0.1.
For a complete list of new features and known problems, please
see the online release notes and errata list available at:
How to install packages from the disc:
- Mount the disc to the '/dist' directory:
# mkdir -p /dist
# mount -t cd9660 /dev/cd0 /dist
- To install a package, run:
# env REPOS_DIR=/dist/packages/repos pkg install xorg
- To view the list of available packages on the disc, run:
# env REPOS_DIR=/dist/packages/repos pkg rquery "%n"
|