diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-10-03 01:49:37 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-10-11 12:39:29 +0000 |
commit | 45ce0b2eee0add5dc76c360bfee8e374b67f1f72 (patch) | |
tree | eeada3e4a81cfbcce8bd3f6a68bde8daafdf3a98 | |
parent | 64357d445284ad378dc616707b5a65afc7033237 (diff) |
handbook: soften language around necessity of custom kernel configs
Commit b6ecd1fc99bf added a warning about the possibility of build- or
run-time failures when using a custom kernel config.
A custom kernel config is generally not _necessary_, but there are
reasons users may choose to use a custom config. Reflect this in the
introductory text.
-rw-r--r-- | documentation/content/en/books/handbook/kernelconfig/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/kernelconfig/_index.adoc b/documentation/content/en/books/handbook/kernelconfig/_index.adoc index a763eb0b4e..062e9f59ca 100644 --- a/documentation/content/en/books/handbook/kernelconfig/_index.adoc +++ b/documentation/content/en/books/handbook/kernelconfig/_index.adoc @@ -53,7 +53,7 @@ endif::[] The kernel is the core of the FreeBSD operating system. It is responsible for managing memory, enforcing security controls, networking, disk access, and much more. -While much of FreeBSD is dynamically configurable, it is still occasionally necessary to configure and compile a custom kernel. +While much of FreeBSD is dynamically configurable, some users may wish to configure and compile a custom kernel. After reading this chapter, you will know: |