git: a21f100e42 - main - Remove whitespace at end of some lines.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Oct 2022 14:53:41 UTC
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=a21f100e426e39bfe752cb7e8eb97ff27a73e741 commit a21f100e426e39bfe752cb7e8eb97ff27a73e741 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2022-10-05 14:53:14 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2022-10-05 14:53:14 +0000 Remove whitespace at end of some lines. --- documentation/content/en/books/handbook/bsdinstall/_index.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/content/en/books/handbook/bsdinstall/_index.adoc b/documentation/content/en/books/handbook/bsdinstall/_index.adoc index 07416739ea..752fdb69e1 100644 --- a/documentation/content/en/books/handbook/bsdinstall/_index.adoc +++ b/documentation/content/en/books/handbook/bsdinstall/_index.adoc @@ -558,7 +558,7 @@ Keeping the swap partitions near the same size will allow the kernel to optimall Large swap sizes are fine, even if swap is not used much. It might be easier to recover from a runaway program before being forced to reboot. -By properly partitioning a system, fragmentation introduced in the smaller write-heavy partitions will not bleed over into the mostly read partitions. +By properly partitioning a system, fragmentation introduced in the smaller write-heavy partitions will not bleed over into the mostly read partitions. Keeping the write-loaded partitions closer to the disk's edge will increase I/O performance in the partitions where it occurs the most. While I/O performance in the larger partitions may be needed, shifting them more toward the edge of the disk will not lead to a significant performance improvement over moving [.filename]#/var# to the edge. @@ -1255,7 +1255,7 @@ At least one DNS server is required. .DNS Configuration image::bsdinstall-configure-network-ipv4-dns.png[] -Once the interface is configured, select a mirror site that is located in the same region of the world as the computer on which FreeBSD is being installed. +Once the interface is configured, select a mirror site that is located in the same region of the world as the computer on which FreeBSD is being installed. Files can be retrieved more quickly when the mirror is close to the target computer, reducing installation time. [[bsdinstall-netinstall-mirror]] @@ -1268,13 +1268,13 @@ image::bsdinstall-netinstall-mirrorselect.png[] This section covers basic installation troubleshooting, such as common problems people have reported. Check the Hardware Notes (link:https://www.FreeBSD.org/releases/[https://www.freebsd.org/releases/]) document for the version of FreeBSD to make sure the hardware is supported. -If the hardware is supported and locks up or other problems occur, build a custom kernel using the instructions in crossref:kernelconfig[kernelconfig,Configuring the FreeBSD Kernel] to add support for devices which are not present in the [.filename]#GENERIC# kernel. +If the hardware is supported and locks up or other problems occur, build a custom kernel using the instructions in crossref:kernelconfig[kernelconfig,Configuring the FreeBSD Kernel] to add support for devices which are not present in the [.filename]#GENERIC# kernel. The default kernel assumes that most hardware devices are in their factory default configuration in terms of IRQs, I/O addresses, and DMA channels. If the hardware has been reconfigured, a custom kernel configuration file can tell FreeBSD where to find things. [NOTE] ==== -Some installation problems can be avoided or alleviated by updating the firmware on various hardware components, most notably the motherboard. +Some installation problems can be avoided or alleviated by updating the firmware on various hardware components, most notably the motherboard. Motherboard firmware is usually referred to as the BIOS. Most motherboard and computer manufacturers have a website for upgrades and upgrade information. @@ -1283,7 +1283,7 @@ The upgrade process _can_ go wrong, leaving the BIOS incomplete and the computer ==== If the system hangs while probing hardware during boot or behaves strangely during the installation process, ACPI may be the culprit. -FreeBSD makes extensive use of the system ACPI service on the i386 and amd64 platforms to aid in system configuration if it is detected during boot. +FreeBSD makes extensive use of the system ACPI service on the i386 and amd64 platforms to aid in system configuration if it is detected during boot. Unfortunately, some bugs still exist in both the ACPI driver and within system motherboards and BIOS firmware. ACPI can be disabled by setting the `hint.acpi.0.disabled` hint in the third stage boot loader: