diff --git a/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html b/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html index e5c85ab1aa..ecdc452280 100644 --- a/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html +++ b/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html @@ -1,5 +1,5 @@ -
Copyright © 2017 The FreeBSD Documentation +
Copyright © 2017 The FreeBSD Documentation Project
FreeBSD is a registered trademark of the FreeBSD Foundation.
Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered @@ -13,7 +13,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the - “®” symbol.
This document lists errata items for FreeBSD 10.4-RELEASE, + “®” symbol.
This document lists errata items for FreeBSD 10.4-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information @@ -73,7 +73,7 @@ boot
Note that the foll
locally. If the System source code
distribution was not selected during installation, it can
be obtained using svnlite:
#
mkdir -p /usr/src -#
svnlite co svn://svn.freebsd.org/base/releng/10.2 /usr/src
Build the kernel-toolchain
required
+#
svnlite co https://svn.freebsd.org/base/releng/10.4 /usr/src
Build the kernel-toolchain
required
to rebuild the kernel:
#
make -C /usr/src kernel-toolchain
Next, create a kernel configuration file to increase the
KSTACK_PAGES
option:
#
printf "include GENERIC\noptions KSTACK_PAGES=4\n" >/usr/src/sys/i386/conf/
ZFS
Then build and install the
ZFS
kernel:
#
make -C /usr/src buildkernel KERNCONF=ZFS