diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:23:53 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:23:53 +0200 |
commit | 9cea9a28c8870f8aa0eb5c9c3af522d10c0ba452 (patch) | |
tree | 5286eb4de04748a9aa3d3e95fa992031eeb5bd5e /chapter10/kernel.xml | |
parent | c34b4fb1c6ba28636f5743572367aaa754479d44 (diff) |
Remove spaces at end o lines - chapter10
Diffstat (limited to 'chapter10/kernel.xml')
-rw-r--r-- | chapter10/kernel.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 1a2861856..fcc5d10b3 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -97,7 +97,6 @@ <ulink url="http://www.kroah.com/lkn/"/> </para> <note> - <para>A good starting place for setting up the kernel configuration is to run <command>make defconfig</command>. This will set the base configuration to a good state that takes your current system architecture @@ -115,7 +114,7 @@ [ ] Auditing Support [CONFIG_AUDIT] [*] Control Group support [CONFIG_CGROUPS] [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED] - [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---> + [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---> [*] open by fhandle syscalls [CONFIG_FHANDLE] Processor type and features ---> [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] @@ -264,11 +263,11 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen> source.</para> <note> - <para>In many cases, the configuration of the kernel will need to be + <para>In many cases, the configuration of the kernel will need to be updated for packages that will be installed later in BLFS. Unlike other packages, it is not necessary to remove the kernel source tree - after the newly built kernel is installed.</para> - + after the newly built kernel is installed.</para> + <para>If the kernel source tree is going to be retained, run <command>chown -R 0:0</command> on the <filename class="directory">linux-&linux-version;</filename> directory to ensure |