| FreeBSD/i386 and FreeBSD/amd64 11.0-RELEASE DVD (double sided): Some of the highlights: 
  OpenSSH DSA key generation has been disabled by default. It is
       important to update OpenSSH keys prior to upgrading. Additionally,
       Protocol 1 support has been removed.OpenSSH has been updated to 7.2p2.Wireless support for 802.11n has been added.By default, the ifconfig(8) utility will set the default regulatory
       domain to FCC on wireless interfaces. As a result, newly created
       wireless interfaces with default settings will have less chance to
       violate country-specific regulations.The svnlite(1) utility has been updated to version 1.9.4.The libblacklist(3) library and applications have been ported from
       the NetBSD Project.Native graphics support has been added to the bhyve(8) hypervisor.Broader wireless network driver support has been added. 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"
 |