FreeBSD/i386 and FreeBSD/amd64 11.1-RELEASE DVD (double sided):
Some of the highlights:
- Clang, LLVM, LLD, LLDB, and libc++ have been updated to version 4.0.0.
- Many third-party (contributed) software updates, such as the Elf Tool Chain, ACPICA, libarchive(3), ntpd(8), unbound(8), and more.
- Support for blacklistd(8) has been added to OpenSSH.
- The zfsbootcfg(8) utility has been added, providing one-time boot.config(5)-style options for zfsboot(8).
- The efivar(8) utility has been added, providing an interface to manage UEFI variables.
- Support for Microsoft(R) Hyper-V(TM) Generation 2 virtual machines has been added.
- The ena(4) driver has been added, providing support for "next generation" Enhanced Networking on the Amazon(R) EC2(TM) platform.
- The NFS client now supports the Amazon(R) Elastic File System(TM) (EFS).
- The EFI loader can now access remote files via TFTP in addition to NFS as a runtime configuration option.
- ZFS now stores compressed data in cache, improving cache hit rates and performance.
- Several updates to provide build reproducibility.
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"
|