FreeBSD/i386 and FreeBSD/amd64 10.2-RELEASE DVD(double sided):
Some of the highlights:
- The resolvconf(8) utility has been updated to version 3.7.0, with improvements to protect DNS privacy.
- The ntp suite has been updated to version 4.2.8p3.
- A new rc(8) script, growfs, has been added, which will resize the root filesystem on boot if the /firstboot file exists.
- The Linux(R) compatibility version has been updated to support Centos(TM) 6 ports.
- The drm code has been updated to match Linux(R) version 3.8.13, allowing running multiple X servers simultaneously.
- Several enhancements and updates for improved FreeBSD/arm support.
- Several ZFS performance and reliability improvements.
- GNOME has been updated to version 3.14.2.
- KDE has been updated to version 4.14.3.
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 dvd 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 DVD, run:
# env REPOS_DIR=/dist/packages/repos pkg rquery "%n"
|